Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType
-
-
Uses of RequestSecurityTokenType in org.apache.cxf.sts.operation
-
Uses of RequestSecurityTokenType in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request with parameters of type RequestSecurityTokenType Modifier and Type Method Description RequestRequirementsRequestParser. parseRequest(RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers) -
Uses of RequestSecurityTokenType in org.apache.cxf.sts.rest
Methods in org.apache.cxf.sts.rest with parameters of type RequestSecurityTokenType Modifier and Type Method Description javax.ws.rs.core.ResponseRESTSecurityTokenService. getKeyExchangeToken(RequestSecurityTokenType request)javax.ws.rs.core.ResponseRESTSecurityTokenServiceImpl. getKeyExchangeToken(RequestSecurityTokenType request)javax.ws.rs.core.ResponseRESTSecurityTokenService. getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request)javax.ws.rs.core.ResponseRESTSecurityTokenServiceImpl. getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request)javax.ws.rs.core.ResponseRESTSecurityTokenService. removeToken(RequestSecurityTokenType request)Same asRESTSecurityTokenService.getToken(Action, RequestSecurityTokenType)with 'cancel' action.javax.ws.rs.core.ResponseRESTSecurityTokenServiceImpl. removeToken(RequestSecurityTokenType request) -
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider
-
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type RequestSecurityTokenType Modifier and Type Field Description protected List<RequestSecurityTokenType>RequestSecurityTokenCollectionType. requestSecurityTokenMethods in org.apache.cxf.ws.security.sts.provider.model that return RequestSecurityTokenType Modifier and Type Method Description RequestSecurityTokenTypeObjectFactory. createRequestSecurityTokenType()Create an instance ofRequestSecurityTokenTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value)List<RequestSecurityTokenType>RequestSecurityTokenCollectionType. getRequestSecurityToken()Gets the value of the requestSecurityToken property.Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value) -
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider.operation
-