Interface KeyIdentifier

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

public interface KeyIdentifier extends EncodedString
The <wsse:KeyIdentifier> element.
See Also:
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Qualified element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • VALUE_TYPE_ATTRIB_NAME

      static final String VALUE_TYPE_ATTRIB_NAME
      The ValueType attribute name.
      See Also:
  • Method Details

    • getValueType

      String getValueType()
      Returns the ValueType attribute URI value.
      Returns:
      the ValueType attribute value or null.
    • setValueType

      void setValueType(String newValueType)
      Sets the ValueType attribute URI value.
      Parameters:
      newValueType - the ValueType attribute value.