Apache CXF API

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

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

Uses of RequestSecurityTokenCollectionType in org.apache.cxf.ws.security.sts.provider
 

Methods in org.apache.cxf.ws.security.sts.provider with parameters of type RequestSecurityTokenCollectionType
 RequestSecurityTokenResponseCollectionType SecurityTokenServiceImpl.requestCollection(RequestSecurityTokenCollectionType requestCollection)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenService.requestCollection(RequestSecurityTokenCollectionType requestCollection)
           
 

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

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

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

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

Uses of RequestSecurityTokenCollectionType in org.apache.cxf.ws.security.sts.provider.operation
 

Methods in org.apache.cxf.ws.security.sts.provider.operation with parameters of type RequestSecurityTokenCollectionType
 RequestSecurityTokenResponseCollectionType RequestCollectionOperation.requestCollection(RequestSecurityTokenCollectionType requestCollection, javax.xml.ws.WebServiceContext context)
           
 


Apache CXF API

Apache CXF