Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseCollectionType
-
-
Uses of RequestSecurityTokenResponseCollectionType in org.apache.cxf.ws.security.sts.provider
Methods in org.apache.cxf.ws.security.sts.provider that return RequestSecurityTokenResponseCollectionType Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeSecurityTokenService. issue(RequestSecurityTokenType request)RequestSecurityTokenResponseCollectionTypeSecurityTokenServiceImpl. issue(RequestSecurityTokenType request)RequestSecurityTokenResponseCollectionTypeSecurityTokenService. requestCollection(RequestSecurityTokenCollectionType requestCollection)RequestSecurityTokenResponseCollectionTypeSecurityTokenServiceImpl. 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 Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeObjectFactory. createRequestSecurityTokenResponseCollectionType()Create an instance ofRequestSecurityTokenResponseCollectionTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenResponseCollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory. createIssuedTokens(RequestSecurityTokenResponseCollectionType value)javax.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory. createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenResponseCollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType>ObjectFactory. createIssuedTokens(RequestSecurityTokenResponseCollectionType value)javax.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 RequestSecurityTokenResponseCollectionType Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeIssueOperation. issue(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseCollectionTypeRequestCollectionOperation. requestCollection(RequestSecurityTokenCollectionType requestCollection, Principal principal, Map<String,Object> messageContext)
-