Package org.forgerock.openig.handler.assertion
Handles identity assertion processing.
-
Interface Summary Interface Description IdentityAssertionPluginTechPreview Implementations of this interface carry out some user processing and returns the claims that should be included in the Assertion JWT in theIdentityAssertionClaims
. -
Class Summary Class Description IdentityAssertionClaims 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.IdentityAssertionHandlerTechPreview Provides support to locally process a user and generate a JWT assertion that represents the user back to the calling party.IdentityAssertionHandlerTechPreview.Builder A builder of aIdentityAssertionHandlerTechPreview
.IdentityAssertionHandlerTechPreview.Heaplet Creates and initializes a LocalAuthenticationHandler in a heap environment.ScriptableIdentityAssertionPluginTechPreview A scriptableIdentityAssertionPluginTechPreview
.ScriptableIdentityAssertionPluginTechPreview.Heaplet Creates and initializes a ScriptableIdentityAssertionPlugin in a heap environment. -
Exception Summary Exception Description IdentityAssertionException An exception specific to issues within theassertion
package.