Class CdSsoFailureContext

java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.openam.CdSsoFailureContext
All Implemented Interfaces:
Context

public class CdSsoFailureContext extends AbstractContext
Context implementation to hold error details, should an error occur during cross-domain SSO authentication.
  • Field Details

  • Method Details

    • getError

      public String getError()
      Get the CDSSO error that occurred.
      Returns:
      the CDSSO error
    • getDescription

      public String getDescription()
      Get a description of the CDSSO error that occurred.
      Returns:
      the CDSSO error description
    • getThrowable

      public Throwable getThrowable()
      Get the Throwable associated with the CDSSO error that occurred. May be null.
      Returns:
      the Throwable associated with the CDSSO error