Class PasswordImpl

    • Field Detail

      • type

        private String type
        wsse:Password/@Type attribute.
    • Constructor Detail

      • PasswordImpl

        public PasswordImpl​(String namespaceURI,
                            String elementLocalName,
                            String namespacePrefix)
        Constructor. Default Type attribute: Password.TYPE_PASSWORD_TEXT
        Parameters:
        namespaceURI - namespace of the element
        elementLocalName - name of the element
        namespacePrefix - namespace prefix of the element
    • Method Detail

      • getType

        public String getType()
        Returns the wsse:Password/@Type attribute URI value.
        Specified by:
        getType in interface Password
        Returns:
        the Type attribute URI value.
      • setType

        public void setType​(String newType)
        Sets the wsse:Password/@Type attribute URI value.
        Specified by:
        setType in interface Password
        Parameters:
        newType - the Type attribute URI value to set.