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.
  • Method Details

    • getStatus

      public Status getStatus()
      The Status of the failed response.
      Returns:
      The Status of the response.
    • getException

      public Exception getException()
      The Exception associated with the failure.
      Returns:
      The Exception associated with the failure.