Package org.forgerock.openig.handler.assertion
package org.forgerock.openig.handler.assertion
Handles the tech preview identity assertion processing.
-
ClassDescriptionThis class encapsulates the result of calling the
IdentityAssertionPluginTechPreview.process(org.forgerock.services.context.Context, org.forgerock.http.protocol.Request, java.util.Map<java.lang.String, java.lang.Object>)
method.An exception specific to issues within theassertion
package.Provides support to locally process a user and generate a JWT assertion that represents the user back to the calling party.A builder of aIdentityAssertionHandlerTechPreview
.Creates and initializes a LocalAuthenticationHandler in a heap environment.Implementations of this interface carry out some user processing and returns the claims that should be included in the Assertion JWT in theIdentityAssertionClaims
.A scriptableIdentityAssertionPluginTechPreview
.Creates and initializes a ScriptableIdentityAssertionPlugin in a heap environment.