Class IdentityAssertionClaims
- java.lang.Object
-
- org.forgerock.openig.handler.assertion.IdentityAssertionClaims
-
public class IdentityAssertionClaims extends Object
This class encapsulates the result of calling theIdentityAssertionPluginTechPreview.process(org.forgerock.services.context.Context, org.forgerock.http.protocol.Request, java.util.Map<java.lang.String, java.lang.Object>)
method. The result will be used as the claims in the Assertion JWT.
-
-
Constructor Summary
Constructors Constructor Description IdentityAssertionClaims(Map<String,Object> assertionClaims)
Create a new instance based on a set of assertion claims.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
assertionClaims()
Return any claims that should be included in the Assertion JWT.
-