Interface BinarySecurityTokenDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface BinarySecurityTokenDocument extends XmlObject
A document containing one BinarySecurityToken(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) element. This is a complex type.
  • Field Details

  • Method Details

    • getBinarySecurityToken

      BinarySecurityTokenType getBinarySecurityToken()
      Gets the "BinarySecurityToken" element
    • setBinarySecurityToken

      void setBinarySecurityToken(BinarySecurityTokenType binarySecurityToken)
      Sets the "BinarySecurityToken" element
    • addNewBinarySecurityToken

      BinarySecurityTokenType addNewBinarySecurityToken()
      Appends and returns a new empty "BinarySecurityToken" element