Apache CXF API

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

Packages that use SecurityToken
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.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)
           
 

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
 SecurityToken STSClient.requestSecurityToken()
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target)
           
 

Methods in org.apache.cxf.ws.security.trust with parameters of type SecurityToken
 void STSClient.cancelSecurityToken(SecurityToken token)
           
 void STSClient.renewSecurityToken(SecurityToken tok)
           
 SecurityToken STSClient.requestSecurityToken(String appliesTo, String action, String requestType, SecurityToken target)
           
 boolean STSClient.validateSecurityToken(SecurityToken tok)
           
 

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(SecurityToken t)
           
 


Apache CXF API

Apache CXF