Uses of Class
org.apache.cxf.ws.security.tokenstore.SecurityToken
Packages that use SecurityToken
Package
Description
-
Uses of SecurityToken in org.apache.cxf.ws.security.kerberos
Methods in org.apache.cxf.ws.security.kerberos that return SecurityToken -
Uses of SecurityToken in org.apache.cxf.ws.security.policy.interceptors
Methods in org.apache.cxf.ws.security.policy.interceptors with parameters of type SecurityTokenModifier and TypeMethodDescriptionprotected 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 SecurityTokenModifier and TypeMethodDescriptionReturns theTokenof the given identifierMethods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityTokenModifier and TypeMethodDescriptionvoidEHCacheTokenStore.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.trust
Methods in org.apache.cxf.ws.security.trust that return SecurityTokenModifier and TypeMethodDescriptionprotected 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) STSClient.renewSecurityToken(SecurityToken tok) STSClient.requestSecurityToken()STSClient.requestSecurityToken(String appliesTo) STSClient.requestSecurityToken(String appliesTo, String binaryExchange) STSClient.requestSecurityToken(String appliesTo, String action, String requestType, String binaryExchange) DefaultSTSTokenCacher.retrieveToken(org.apache.cxf.message.Message message, boolean retrieveTokenFromEndpoint) DefaultSTSTokenCacher.retrieveToken(org.apache.cxf.message.Message message, Element delegationToken, String cacheKey) STSTokenCacher.retrieveToken(org.apache.cxf.message.Message message, boolean retrieveTokenFromEndpoint) Retrieve a cached STS token.STSTokenCacher.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 SecurityTokenModifier and TypeMethodDescriptionSTSClient.validateSecurityToken(SecurityToken tok) protected List<SecurityToken>STSClient.validateSecurityToken(SecurityToken tok, String tokentype) Methods in org.apache.cxf.ws.security.trust with parameters of type SecurityTokenModifier and TypeMethodDescriptionprotected 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.renew(SecurityToken tok) Make an "Renew" invocation and return the response as a STSResponse ObjectSTSClient.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 ObjectSTSClient.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 SecurityTokenModifier and TypeMethodDescriptionprotected SecurityTokenAbstractCommonBindingHandler.getSecurityToken()WSSecurityTokenHolder.getToken()Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SecurityTokenModifier and TypeMethodDescriptionprotected 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 SecurityTokenModifierConstructorDescriptionWSSecurityTokenHolder(SecurityToken t, org.apache.wss4j.dom.message.WSSecHeader securityHeader)