Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType
Packages that use RequestSecurityTokenResponseCollectionType
Package
Description
-
Uses of RequestSecurityTokenResponseCollectionType in org.apache.cxf.ws.security.sts.provider
Methods in org.apache.cxf.ws.security.sts.provider that return RequestSecurityTokenResponseCollectionTypeModifier and TypeMethodDescriptionSecurityTokenService.issue(RequestSecurityTokenType request) SecurityTokenServiceImpl.issue(RequestSecurityTokenType request) SecurityTokenService.requestCollection(RequestSecurityTokenCollectionType requestCollection) 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 RequestSecurityTokenResponseCollectionTypeModifier and TypeMethodDescriptionObjectFactory.createRequestSecurityTokenResponseCollectionType()Create an instance ofRequestSecurityTokenResponseCollectionTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenResponseCollectionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory.createIssuedTokens(RequestSecurityTokenResponseCollectionType value) jakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory.createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value) Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenResponseCollectionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory.createIssuedTokens(RequestSecurityTokenResponseCollectionType value) jakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory.createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value) -
Uses of RequestSecurityTokenResponseCollectionType in org.apache.cxf.ws.security.sts.provider.operation
Methods in org.apache.cxf.ws.security.sts.provider.operation that return RequestSecurityTokenResponseCollectionTypeModifier and TypeMethodDescriptionIssueOperation.issue(RequestSecurityTokenType request, Principal principal, Map<String, Object> messageContext) RequestCollectionOperation.requestCollection(RequestSecurityTokenCollectionType requestCollection, Principal principal, Map<String, Object> messageContext)