Uses of Package
org.forgerock.openig.handler.assertion
Packages that use org.forgerock.openig.handler.assertion
Package
Description
Handles the tech preview identity assertion processing.
-
Classes in org.forgerock.openig.handler.assertion used by org.forgerock.openig.handler.assertionClassDescriptionThis 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.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.