Uses of Class
org.apache.cxf.ws.security.tokenstore.SecurityToken
-
-
Uses of SecurityToken in org.apache.cxf.ws.security.kerberos
Methods in org.apache.cxf.ws.security.kerberos that return SecurityToken Modifier and Type Method Description SecurityTokenKerberosClient. requestSecurityToken() -
Uses of SecurityToken in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors with parameters of type SecurityToken Modifier and Type Method Description protected voidSTSTokenOutInterceptor. processToken(org.apache.cxf.message.Message message, SecurityToken tok) -
Uses of SecurityToken in org.apache.cxf.ws.security.tokenstore
Methods in org.apache.cxf.ws.security.tokenstore that return SecurityToken Modifier and Type Method Description SecurityTokenEHCacheTokenStore. getToken(String identifier)SecurityTokenMemoryTokenStore. getToken(String id)SecurityTokenTokenStore. getToken(String identifier)Returns theTokenof the given identifierMethods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityToken Modifier and Type Method Description voidEHCacheTokenStore. add(String identifier, SecurityToken token)voidEHCacheTokenStore. add(SecurityToken token)voidMemoryTokenStore. add(String identifier, SecurityToken token)voidMemoryTokenStore. add(SecurityToken token)voidTokenStore. add(String identifier, SecurityToken token)Add the given token to the cache under the given identifiervoidTokenStore. add(SecurityToken token)Add the given token to the cache. -
Uses of SecurityToken in org.apache.cxf.ws.security.tokenstore.jcache
Methods in org.apache.cxf.ws.security.tokenstore.jcache that return SecurityToken Modifier and Type Method Description SecurityTokenJCacheTokenStore. getToken(String identifier)Methods in org.apache.cxf.ws.security.tokenstore.jcache with parameters of type SecurityToken Modifier and Type Method Description voidJCacheTokenStore. add(String identifier, SecurityToken token)voidJCacheTokenStore. add(SecurityToken token) -
Uses of SecurityToken in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return SecurityToken Modifier and Type Method Description protected SecurityTokenAbstractSTSClient. createSecurityToken(Element el, byte[] requestorEntropy)static SecurityTokenSTSTokenRetriever. getToken(org.apache.cxf.message.Message message, STSTokenRetriever.TokenRequestParams params)static SecurityTokenSTSTokenRetriever. getToken(org.apache.cxf.message.Message message, STSTokenRetriever.TokenRequestParams params, STSTokenCacher tokenCacher)SecurityTokenSTSClient. renewSecurityToken(SecurityToken tok)SecurityTokenSTSClient. requestSecurityToken()SecurityTokenSTSClient. requestSecurityToken(String appliesTo)SecurityTokenSTSClient. requestSecurityToken(String appliesTo, String binaryExchange)SecurityTokenSTSClient. requestSecurityToken(String appliesTo, String action, String requestType, String binaryExchange)SecurityTokenDefaultSTSTokenCacher. retrieveToken(org.apache.cxf.message.Message message, boolean retrieveTokenFromEndpoint)SecurityTokenDefaultSTSTokenCacher. retrieveToken(org.apache.cxf.message.Message message, Element delegationToken, String cacheKey)SecurityTokenSTSTokenCacher. retrieveToken(org.apache.cxf.message.Message message, boolean retrieveTokenFromEndpoint)Retrieve a cached STS token.SecurityTokenSTSTokenCacher. retrieveToken(org.apache.cxf.message.Message message, Element delegationToken, String cacheKey)Retrieve a cached STS token for a given delegation token ElementMethods in org.apache.cxf.ws.security.trust that return types with arguments of type SecurityToken Modifier and Type Method Description List<SecurityToken>STSClient. validateSecurityToken(SecurityToken tok)protected List<SecurityToken>STSClient. validateSecurityToken(SecurityToken tok, String tokentype)Methods in org.apache.cxf.ws.security.trust with parameters of type SecurityToken Modifier and Type Method Description protected AbstractSTSClient.STSResponseAbstractSTSClient. cancel(SecurityToken token)Make an "Cancel" invocation and return the response as a STSResponse ObjectbooleanSTSClient. cancelSecurityToken(SecurityToken token)voidDefaultSTSTokenCacher. removeToken(org.apache.cxf.message.Message message, SecurityToken securityToken)voidSTSTokenCacher. removeToken(org.apache.cxf.message.Message message, SecurityToken securityToken)Remove a cached STS tokenAbstractSTSClient.STSResponseAbstractSTSClient. renew(SecurityToken tok)Make an "Renew" invocation and return the response as a STSResponse ObjectSecurityTokenSTSClient. renewSecurityToken(SecurityToken tok)voidDefaultSTSTokenCacher. storeToken(org.apache.cxf.message.Message message, SecurityToken securityToken, boolean storeTokenInEndpoint)voidSTSTokenCacher. storeToken(org.apache.cxf.message.Message message, SecurityToken securityToken, boolean storeTokenInEndpoint)Store a token in the cache.protected AbstractSTSClient.STSResponseAbstractSTSClient. validate(SecurityToken tok, String tokentype)Make an "Validate" invocation and return the response as a STSResponse ObjectList<SecurityToken>STSClient. validateSecurityToken(SecurityToken tok)protected List<SecurityToken>STSClient. validateSecurityToken(SecurityToken tok, String tokentype) -
Uses of SecurityToken in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return SecurityToken Modifier and Type Method Description protected SecurityTokenAbstractCommonBindingHandler. getSecurityToken()SecurityTokenWSSecurityTokenHolder. getToken()Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SecurityToken Modifier and Type Method Description protected org.apache.xml.security.stax.ext.SecurePartAbstractStaxBindingHandler. addIssuedToken(org.apache.wss4j.policy.model.AbstractToken token, SecurityToken secToken, boolean signed, boolean endorsing)protected voidAbstractStaxBindingHandler. storeSecurityToken(org.apache.wss4j.policy.model.AbstractToken policyToken, SecurityToken tok)Constructors in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SecurityToken Constructor Description WSSecurityTokenHolder(SecurityToken t, org.apache.wss4j.dom.message.WSSecHeader securityHeader)
-