Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.secext.SecurityTokenReferenceType

Packages that use SecurityTokenReferenceType
org.apache.cxf.ws.security.sts.provider.model   
org.apache.cxf.ws.security.sts.provider.model.secext   
 

Uses of SecurityTokenReferenceType in org.apache.cxf.ws.security.sts.provider.model
 

Fields in org.apache.cxf.ws.security.sts.provider.model declared as SecurityTokenReferenceType
protected  SecurityTokenReferenceType RequestedReferenceType.securityTokenReference
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return SecurityTokenReferenceType
 SecurityTokenReferenceType RequestedReferenceType.getSecurityTokenReference()
          Gets the value of the securityTokenReference property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type SecurityTokenReferenceType
 void RequestedReferenceType.setSecurityTokenReference(SecurityTokenReferenceType value)
          Sets the value of the securityTokenReference property.
 

Uses of SecurityTokenReferenceType in org.apache.cxf.ws.security.sts.provider.model.secext
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return SecurityTokenReferenceType
 SecurityTokenReferenceType ObjectFactory.createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return types with arguments of type SecurityTokenReferenceType
 javax.xml.bind.JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext with parameters of type SecurityTokenReferenceType
 javax.xml.bind.JAXBElement<SecurityTokenReferenceType> ObjectFactory.createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 


Apache CXF API

Apache CXF