Interface LogoutResponse

All Superinterfaces:
SAMLObject, SignableSAMLObject, SignableXMLObject, StatusResponseType, XMLObject
All Known Implementing Classes:
LogoutResponseImpl

public interface LogoutResponse extends StatusResponseType
SAML 2.0 Core LogoutResponse.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • USER_LOGOUT_URI

      static final String USER_LOGOUT_URI
      URI for User logout reason.
      See Also:
    • ADMIN_LOGOUT_URI

      static final String ADMIN_LOGOUT_URI
      URI for Admin logout reason.
      See Also:
    • GLOBAL_TIMEOUT_URI

      static final String GLOBAL_TIMEOUT_URI
      URI for global timeout logout reason.
      See Also:
    • SP_TIMEOUT_URI

      static final String SP_TIMEOUT_URI
      URI for SP timeout logout reason.
      See Also: