Apache CXF API

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

Packages that use SecurityToken
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.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 MemoryTokenStore.getToken(String id)
           
 SecurityToken TokenStore.getToken(String identifier)
          Returns the Token of the given identifier
 SecurityToken EHCacheTokenStore.getToken(String identifier)
           
 

Methods in org.apache.cxf.ws.security.tokenstore that return types with arguments of type SecurityToken
 Collection<SecurityToken> MemoryTokenStore.getExpiredTokens()
           
 Collection<SecurityToken> TokenStore.getExpiredTokens()
          Return the list of expired tokens.
 Collection<SecurityToken> EHCacheTokenStore.getExpiredTokens()
           
 

Methods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityToken
 void MemoryTokenStore.add(SecurityToken token)
           
 void TokenStore.add(SecurityToken token)
          Add the given token to the cache.
 void EHCacheTokenStore.add(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
 void EHCacheTokenStore.add(String identifier, SecurityToken token)
           
 

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

Methods in org.apache.cxf.ws.security.trust that return SecurityToken
protected  SecurityToken STSClient.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
 boolean STSClient.cancelSecurityToken(SecurityToken token)
           
 SecurityToken STSClient.renewSecurityToken(SecurityToken tok)
           
 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 AbstractBindingBuilder.getSecurityToken()
           
 SecurityToken WSSecurityTokenHolder.getToken()
           
 

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


Apache CXF API

Apache CXF