Uses of Class
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd.SecurityTokenReferenceType

Packages that use SecurityTokenReferenceType
org.xmlsoap.schemas.ws._2005._02.trust   
 

Uses of SecurityTokenReferenceType in org.xmlsoap.schemas.ws._2005._02.trust
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust that return SecurityTokenReferenceType
 SecurityTokenReferenceType RequestedReferenceType.getSecurityTokenReference()
          Gets the securityTokenReference value for this RequestedReferenceType.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type SecurityTokenReferenceType
 void RequestedReferenceType.setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
          Sets the securityTokenReference value for this RequestedReferenceType.
 

Constructors in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type SecurityTokenReferenceType
RequestedReferenceType(SecurityTokenReferenceType securityTokenReference)