Apache CXF API

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

Packages that use RequestSecurityTokenResponseCollectionType
org.apache.cxf.sts.operation   
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 RequestSecurityTokenResponseCollectionType in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation that return RequestSecurityTokenResponseCollectionType
 RequestSecurityTokenResponseCollectionType TokenIssueOperation.issue(RequestSecurityTokenCollectionType requestCollection, WebServiceContext context)
           
 RequestSecurityTokenResponseCollectionType TokenIssueOperation.issue(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseCollectionType TokenRequestCollectionOperation.requestCollection(RequestSecurityTokenCollectionType requestCollection, WebServiceContext context)
           
 

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

Methods in org.apache.cxf.ws.security.sts.provider that return RequestSecurityTokenResponseCollectionType
 RequestSecurityTokenResponseCollectionType SecurityTokenService.issue(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenServiceImpl.issue(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenService.requestCollection(RequestSecurityTokenCollectionType requestCollection)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenServiceImpl.requestCollection(RequestSecurityTokenCollectionType requestCollection)
           
 

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

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

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

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

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

Methods in org.apache.cxf.ws.security.sts.provider.operation that return RequestSecurityTokenResponseCollectionType
 RequestSecurityTokenResponseCollectionType IssueOperation.issue(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseCollectionType RequestCollectionOperation.requestCollection(RequestSecurityTokenCollectionType requestCollection, WebServiceContext context)
           
 


Apache CXF API

Apache CXF