Apache CXF API

Uses of Class
org.apache.cxf.ws.security.tokenstore.SecurityToken

Packages that use SecurityToken
org.apache.cxf.sts.cache   
org.apache.cxf.ws.security.kerberos   
org.apache.cxf.ws.security.tokenstore   
org.apache.cxf.ws.security.trust   
org.apache.cxf.ws.security.wss4j.policyhandlers   
 

Uses of SecurityToken in org.apache.cxf.sts.cache
 

Methods in org.apache.cxf.sts.cache that return SecurityToken
static SecurityToken CacheUtils.createSecurityTokenForStorage(Element token, String tokenIdentifier, Date expiry, Principal principal, String realm, Renewing renewing)
           
 SecurityToken HazelCastTokenStore.getToken(String identifier)
           
 

Methods in org.apache.cxf.sts.cache with parameters of type SecurityToken
 void HazelCastTokenStore.add(SecurityToken token)
           
 void HazelCastTokenStore.add(String identifier, SecurityToken token)
           
static void CacheUtils.storeTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue)
           
 

Uses of SecurityToken in org.apache.cxf.ws.security.kerberos
 

Methods in org.apache.cxf.ws.security.kerberos that return SecurityToken
 SecurityToken KerberosClient.requestSecurityToken()
           
 

Uses of SecurityToken in org.apache.cxf.ws.security.tokenstore
 

Methods in org.apache.cxf.ws.security.tokenstore that return SecurityToken
 SecurityToken EHCacheTokenStore.getToken(String identifier)
           
 SecurityToken MemoryTokenStore.getToken(String id)
           
 SecurityToken TokenStore.getToken(String identifier)
          Returns the Token of the given identifier
 

Methods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityToken
 void EHCacheTokenStore.add(SecurityToken token)
           
 void MemoryTokenStore.add(SecurityToken token)
           
 void TokenStore.add(SecurityToken token)
          Add the given token to the cache.
 void EHCacheTokenStore.add(String identifier, SecurityToken token)
           
 void MemoryTokenStore.add(String identifier, SecurityToken token)
           
 void TokenStore.add(String identifier, SecurityToken token)
          Add the given token to the cache under the given identifier
 

Uses of SecurityToken in org.apache.cxf.ws.security.trust
 

Methods in org.apache.cxf.ws.security.trust that return SecurityToken
protected  SecurityToken AbstractSTSClient.createSecurityToken(Element el, byte[] requestorEntropy)
           
 SecurityToken STSClient.renewSecurityToken(SecurityToken tok)
           
 SecurityToken STSClient.requestSecurityToken()
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String binaryExchange)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, String binaryExchange)
           
 

Methods in org.apache.cxf.ws.security.trust that return types with arguments of type SecurityToken
 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
protected  AbstractSTSClient.STSResponse AbstractSTSClient.cancel(SecurityToken token)
          Make an "Cancel" invocation and return the response as a STSResponse Object
 boolean STSClient.cancelSecurityToken(SecurityToken token)
           
 AbstractSTSClient.STSResponse AbstractSTSClient.renew(SecurityToken tok)
          Make an "Renew" invocation and return the response as a STSResponse Object
 SecurityToken STSClient.renewSecurityToken(SecurityToken tok)
           
protected  AbstractSTSClient.STSResponse AbstractSTSClient.validate(SecurityToken tok, String tokentype)
          Make an "Validate" invocation and return the response as a STSResponse Object
 List<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
protected  SecurityToken AbstractCommonBindingHandler.getSecurityToken()
           
 SecurityToken WSSecurityTokenHolder.getToken()
           
 

Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SecurityToken
protected  org.apache.xml.security.stax.ext.SecurePart AbstractStaxBindingHandler.addIssuedToken(org.apache.wss4j.policy.model.AbstractToken token, SecurityToken secToken, boolean signed, boolean endorsing)
           
protected  void AbstractStaxBindingHandler.storeSecurityToken(org.apache.wss4j.policy.model.AbstractToken policyToken, SecurityToken tok)
           
 

Constructors in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SecurityToken
WSSecurityTokenHolder(org.apache.wss4j.dom.WSSConfig config, SecurityToken t)
           
 


Apache CXF API

Apache CXF