Interface LogoutRequest

All Superinterfaces:
RequestAbstractType, SAMLObject, SignableSAMLObject, SignableXMLObject, XMLObject
All Known Implementing Classes:
LogoutRequestImpl

public interface LogoutRequest extends RequestAbstractType
SAML 2.0 Core LogoutRequest.
  • 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.
    • REASON_ATTRIB_NAME

      static final String REASON_ATTRIB_NAME
      Reason attribute name.
      See Also:
    • NOT_ON_OR_AFTER_ATTRIB_NAME

      static final String NOT_ON_OR_AFTER_ATTRIB_NAME
      NotOnOrAfter attribute name.
      See Also:
    • NOT_ON_OR_AFTER_ATTRIB_QNAME

      static final QName NOT_ON_OR_AFTER_ATTRIB_QNAME
      QName for the NotOnOrAfter attribute.
    • USER_REASON

      static final String USER_REASON
      User-initiated logout reason.
      See Also:
    • ADMIN_REASON

      static final String ADMIN_REASON
      Admin-initiated logout reason.
      See Also:
    • GLOBAL_TIMEOUT_REASON

      static final String GLOBAL_TIMEOUT_REASON
      Global timeout logout reason.
      See Also:
    • SP_TIMEOUT_REASON

      static final String SP_TIMEOUT_REASON
      SP timeout logout reason.
      See Also:
  • Method Details

    • getReason

      String getReason()
      Get the Reason attrib value of the request.
      Returns:
      the Reason value of the request
    • setReason

      void setReason(String newReason)
      Set the Reason attrib value of the request.
      Parameters:
      newReason - the new Reason value of the request
    • getNotOnOrAfter

      Instant getNotOnOrAfter()
      Get the NotOnOrAfter attrib value of the request.
      Returns:
      the NotOnOrAfter value of the request
    • setNotOnOrAfter

      void setNotOnOrAfter(Instant newNotOnOrAfter)
      Set the NotOnOrAfter attrib value of the request.
      Parameters:
      newNotOnOrAfter - the new NotOnOrAfter value of the request
    • getBaseID

      BaseID getBaseID()
      Gets the base identifier of the principal for this request.
      Returns:
      the base identifier of the principal for this request
    • setBaseID

      void setBaseID(BaseID newBaseID)
      Sets the base identifier of the principal for this request.
      Parameters:
      newBaseID - the base identifier of the principal for this request
    • getNameID

      NameID getNameID()
      Gets the name identifier of the principal for this request.
      Returns:
      the name identifier of the principal for this request
    • setNameID

      void setNameID(NameID newNameID)
      Sets the name identifier of the principal for this request.
      Parameters:
      newNameID - the name identifier of the principal for this request
    • getEncryptedID

      EncryptedID getEncryptedID()
      Gets the encrytped name identifier of the principal for this request.
      Returns:
      the encrytped name identifier of the principal for this request
    • setEncryptedID

      void setEncryptedID(EncryptedID newEncryptedID)
      Sets the encrypted name identifier of the principal for this request.
      Parameters:
      newEncryptedID - the new encrypted name identifier of the principal for this request
    • getSessionIndexes

      List<SessionIndex> getSessionIndexes()
      Get the list of SessionIndexes for the request.
      Returns:
      the list of SessionIndexes