Interface Password

All Superinterfaces:
AttributedString, AttributeExtensibleXMLObject, IdBearing, WSSecurityObject, XMLObject, XSString
All Known Implementing Classes:
PasswordImpl

public interface Password extends AttributedString
The Password element.
See Also:
  • "WS-Security UsernameToken Profile 1.1"
  • Field Details

  • Method Details

    • getType

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

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