Interface RequestedSecurityTokenDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface RequestedSecurityTokenDocument extends XmlObject
A document containing one RequestedSecurityToken(@http://schemas.xmlsoap.org/ws/2005/02/trust) 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