Interface SecurityTokenReferenceDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface SecurityTokenReferenceDocument extends XmlObject
A document containing one SecurityTokenReference(@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

    • getSecurityTokenReference

      SecurityTokenReferenceType getSecurityTokenReference()
      Gets the "SecurityTokenReference" element
    • setSecurityTokenReference

      void setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
      Sets the "SecurityTokenReference" element
    • addNewSecurityTokenReference

      SecurityTokenReferenceType addNewSecurityTokenReference()
      Appends and returns a new empty "SecurityTokenReference" element