Interface Password

  • All Superinterfaces:
    AttributedString, org.opensaml.core.xml.AttributeExtensibleXMLObject, IdBearing, WSSecurityObject, org.opensaml.core.xml.XMLObject, org.opensaml.core.xml.schema.XSString

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getType()
      Returns the wsse:Password/@Type attribute URI value.
      void setType​(String type)
      Sets the wsse:Password/@Type attribute URI value.
      • Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject

        getUnknownAttributes
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
      • Methods inherited from interface org.opensaml.core.xml.schema.XSString

        getValue, setValue
    • 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.