Interface Status

  • All Superinterfaces:
    SAMLObject, XMLObject

    public interface Status
    extends SAMLObject
    This interface defines how the object representing a SAML 1 Status element behaves.
    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Element name, no namespace.
        See Also:
        Constant Field Values
      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getStatusMessage

        StatusMessage getStatusMessage()
        Get the object representing the StatusMessage (element).
        Returns:
        object representing the StatusMessage (element)
      • setStatusMessage

        void setStatusMessage​(StatusMessage statusMessage)
        Set the object representing the StatusMessage (element).
        Parameters:
        statusMessage - object representing the StatusMessage (element)
      • getStatusCode

        StatusCode getStatusCode()
        Get the object representing the StatusCode (element).
        Returns:
        object representing the StatusCode (element)
      • setStatusCode

        void setStatusCode​(StatusCode statusCode)
        Set the object representing the StatusCode (element).
        Parameters:
        statusCode - object representing the StatusCode (element)
      • getStatusDetail

        StatusDetail getStatusDetail()
        Get the object representing the StatusDetail (element).
        Returns:
        object representing the StatusDetail (element)
      • setStatusDetail

        void setStatusDetail​(StatusDetail statusDetail)
        Set the object representing the StatusDetail (element).
        Parameters:
        statusDetail - object representing the StatusDetail (element)