Package | Description |
---|---|
org.forgerock.openig.policy |
Service API for performing policy decisions.
|
Modifier and Type | Method and Description |
---|---|
PolicyRequest.EnvironmentBuilder |
PolicyRequest.EnvironmentBuilder.add(String key,
Collection<String> values)
Adds given values for the given key to the environment.
|
PolicyRequest.EnvironmentBuilder |
PolicyRequest.EnvironmentBuilder.add(String key,
String singleValue)
Adds a new singleton entry value to the environment.
|
PolicyRequest.EnvironmentBuilder |
PolicyRequest.Builder.environment()
Sets a list of strings to forward to OpenAM with the request for a policy decision, that represent the
environment (or context) of the request.
|
PolicyRequest.EnvironmentBuilder |
PolicyRequest.EnvironmentBuilder.ip(String address)
Adds the given IP to the environment.
|
Copyright 2011-2017 ForgeRock AS.