Uses of Package
org.forgerock.openig.handler.assertion
-
Packages that use org.forgerock.openig.handler.assertion Package Description org.forgerock.openig.handler.assertion Handles identity assertion processing. -
Classes in org.forgerock.openig.handler.assertion used by org.forgerock.openig.handler.assertion 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.IdentityAssertionException An exception specific to issues within theassertionpackage.IdentityAssertionPluginTechPreview Implementations of this interface carry out some user processing and returns the claims that should be included in the Assertion JWT in theIdentityAssertionClaims.ScriptableIdentityAssertionPluginTechPreview A scriptableIdentityAssertionPluginTechPreview.