Interface RequestedReferenceType

All Superinterfaces:
WSTrustObject, XMLObject
All Known Subinterfaces:
RequestedAttachedReference, RequestedUnattachedReference
All Known Implementing Classes:
RequestedAttachedReferenceImpl, RequestedReferenceTypeImpl, RequestedUnattachedReferenceImpl

public interface RequestedReferenceType
extends WSTrustObject
Interface for RequestedReferenceType complex type.
  • Field Details

    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
      Constant Field Values
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getSecurityTokenReference

      SecurityTokenReference getSecurityTokenReference()
      Returns the wsse:SecurityTokenReference child element.
      Returns:
      the SecurityTokenReference child element or null.
    • setSecurityTokenReference

      void setSecurityTokenReference​(SecurityTokenReference securityTokenReference)
      Sets the wsse:SecurityTokenReference child element.
      Parameters:
      securityTokenReference - The SecurityTokenReference child element to be set.