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 TokenStore.getToken(String id)
          Returns the Token of the given id
 SecurityToken MemoryTokenStore.getToken(String id)
           
 SecurityToken TokenStore.getTokenByAssociatedHash(int hashCode)
          Returns the Token by the associated hash.
 SecurityToken MemoryTokenStore.getTokenByAssociatedHash(int hashCode)
           
 

Methods in org.apache.cxf.ws.security.tokenstore that return types with arguments of type SecurityToken
 Collection<SecurityToken> TokenStore.getCancelledTokens()
          Return the list of CANCELLED tokens
 Collection<SecurityToken> MemoryTokenStore.getCancelledTokens()
           
 Collection<SecurityToken> TokenStore.getExpiredTokens()
          Return the list of EXPIRED tokens.
 Collection<SecurityToken> MemoryTokenStore.getExpiredTokens()
           
 Collection<SecurityToken> TokenStore.getRenewedTokens()
          Return the list of RENEWED tokens.
 Collection<SecurityToken> MemoryTokenStore.getRenewedTokens()
           
protected  Collection<SecurityToken> MemoryTokenStore.getTokens(SecurityToken.State state)
           
 Collection<SecurityToken> TokenStore.getValidTokens()
          Return the list of ISSUED and RENEWED tokens.
 Collection<SecurityToken> MemoryTokenStore.getValidTokens()
           
 

Methods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityToken
 void TokenStore.add(SecurityToken token)
          Add the given token to the list.
 void MemoryTokenStore.add(SecurityToken token)
          Add the given token to the list.
 void TokenStore.remove(SecurityToken token)
          Remove an existing token.
 void MemoryTokenStore.remove(SecurityToken token)
           
 void TokenStore.update(SecurityToken token)
          Update an existing token.
 void MemoryTokenStore.update(SecurityToken token)
          Update an existing 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.requestSecurityToken()
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String binaryExchange)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target, 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)
           
 void STSClient.renewSecurityToken(SecurityToken tok)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target, String binaryExchange)
           
 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