Interface BinarySecurityToken

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

public interface BinarySecurityToken extends EncodedString
The <wsse:BinarySecurityToken> element.
  • Field Details

  • Method Details

    • getValueType

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

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