Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenCollectionType
-
-
Uses of RequestSecurityTokenCollectionType in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type RequestSecurityTokenCollectionType Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeTokenIssueOperation. issue(RequestSecurityTokenCollectionType requestCollection, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseCollectionTypeTokenRequestCollectionOperation. requestCollection(RequestSecurityTokenCollectionType requestCollection, Principal principal, Map<String,Object> messageContext) -
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 Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeSecurityTokenService. requestCollection(RequestSecurityTokenCollectionType requestCollection)RequestSecurityTokenResponseCollectionTypeSecurityTokenServiceImpl. 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 Modifier and Type Method Description RequestSecurityTokenCollectionTypeObjectFactory. createRequestSecurityTokenCollectionType()Create an instance ofRequestSecurityTokenCollectionTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenCollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenCollectionType>ObjectFactory. createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenCollectionType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenCollectionType>ObjectFactory. createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value) -
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 Modifier and Type Method Description RequestSecurityTokenResponseCollectionTypeRequestCollectionOperation. requestCollection(RequestSecurityTokenCollectionType requestCollection, Principal principal, Map<String,Object> messageContext)
-