Apache CXF API

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

Packages that use RequestedReferenceType
org.apache.cxf.sts.operation   
org.apache.cxf.ws.security.sts.provider.model   
 

Uses of RequestedReferenceType in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation that return RequestedReferenceType
protected static RequestedReferenceType AbstractOperation.createRequestedReference(String tokenId, String tokenType, boolean attached)
          Create a RequestedReferenceType object using a token id and tokenType
protected static RequestedReferenceType AbstractOperation.createRequestedReference(TokenReference tokenReference, boolean attached)
          Create a RequestedReferenceType object using a TokenReference object
 

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

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

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedReferenceType
 JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestedReferenceType
 JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 


Apache CXF API

Apache CXF