Class 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.
    • Method Detail

      • 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