Class SamlFailureContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.openig.handler.saml.SamlFailureContext
-
- All Implemented Interfaces:
Context
public class SamlFailureContext extends AbstractContext
Context
implementation to hold error details, should an error occur during SAML processing.
-
-
Field Summary
-
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
TheException
associated with the failure.Status
getStatus()
TheStatus
of the failed response.-
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
-