Package | Description |
---|---|
org.forgerock.openig.policy |
Service API for performing policy decisions.
|
Modifier and Type | Method and Description |
---|---|
PolicyRequest.Builder |
PolicyRequest.EnvironmentBuilder.build()
Returns a builder containing the environment.
|
static PolicyRequest.Builder |
PolicyRequest.builder(String policySet)
Creates a policy request builder based on the policy set name.
|
PolicyRequest.Builder |
PolicyRequest.Builder.claims(Map<String,Object> claims)
Sets the representation of JWT claims for the subject.
|
PolicyRequest.Builder |
PolicyRequest.Builder.environment(Map<String,Set<String>> 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.Builder |
PolicyRequest.Builder.jwt(String jwt)
Sets the JWT string for the subject making the request to the protected resource..
|
PolicyRequest.Builder |
PolicyRequest.Builder.resource(String resourceUri)
Sets the requested resource URI.
|
PolicyRequest.Builder |
PolicyRequest.Builder.ssoToken(String ssoToken)
Sets the OpenAM SSO token ID string for the subject making the request to the protected resource.
|
Copyright 2011-2017 ForgeRock AS.