Interface RequestedSecurityTokenDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface RequestedSecurityTokenDocument extends XmlObject
A document containing one RequestedSecurityToken(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
  • Field Details

  • Method Details

    • getRequestedSecurityToken

      RequestedSecurityTokenType getRequestedSecurityToken()
      Gets the "RequestedSecurityToken" element
    • setRequestedSecurityToken

      void setRequestedSecurityToken(RequestedSecurityTokenType requestedSecurityToken)
      Sets the "RequestedSecurityToken" element
    • addNewRequestedSecurityToken

      RequestedSecurityTokenType addNewRequestedSecurityToken()
      Appends and returns a new empty "RequestedSecurityToken" element