Interface Password

    • Field Detail

      • ELEMENT_NAME

        static final QName ELEMENT_NAME
        Qualified element name.
      • TYPE_PASSWORD_TEXT

        static final String TYPE_PASSWORD_TEXT
        The wsse:Password/@Type attribute URI value #PasswordText (DEFAULT).
        See Also:
        Constant Field Values
      • TYPE_PASSWORD_DIGEST

        static final String TYPE_PASSWORD_DIGEST
        The wsse:Password/@Type attribute URI value #PasswordDigest.
        See Also:
        Constant Field Values
    • Method Detail

      • getType

        String getType()
        Returns the wsse:Password/@Type attribute URI value.
        Returns:
        the Type attribute URI value.
      • setType

        void setType​(String type)
        Sets the wsse:Password/@Type attribute URI value.
        Parameters:
        type - the Type attribute URI value to set.