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
Contextimplementation 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 ExceptiongetException()TheExceptionassociated with the failure.StatusgetStatus()TheStatusof 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
-
-