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 theassertionpackage.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.ProvideIdentityAssertionHandlerTechPreview.Heaplet'sTypeDefinition.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.ProvideScriptableIdentityAssertionPluginTechPreview.Heaplet'sTypeDefinition.