Uses of Class
org.apache.rahas.Token

Packages that use Token
org.apache.rahas   
org.apache.rahas.client   
org.apache.rahas.impl   
org.apache.rampart.builder   
 

Uses of Token in org.apache.rahas
 

Subclasses of Token in org.apache.rahas
 class EncryptedKeyToken
          This token is used store Encrypted Key Tokens.
 

Methods in org.apache.rahas that return Token
 Token[] TokenStorage.getCancelledTokens()
          Return the list of CANCELLED tokens
 Token[] SimpleTokenStore.getCancelledTokens()
           
 Token[] TokenStorage.getExpiredTokens()
          Return the list of EXPIRED tokens.
 Token[] SimpleTokenStore.getExpiredTokens()
           
 Token[] TokenStorage.getRenewedTokens()
          Return the list of RENEWED tokens.
 Token[] SimpleTokenStore.getRenewedTokens()
           
 Token TokenStorage.getToken(java.lang.String id)
          Returns the Token of the given id
 Token SimpleTokenStore.getToken(java.lang.String id)
           
 Token[] TokenStorage.getValidTokens()
          Return the list of ISSUED and RENEWED tokens.
 Token[] SimpleTokenStore.getValidTokens()
           
 

Methods in org.apache.rahas with parameters of type Token
 void TokenStorage.add(Token token)
          Add the given token to the list.
 void SimpleTokenStore.add(Token token)
           
 void TokenStorage.update(Token token)
          Update an existing token.
 void SimpleTokenStore.update(Token token)
           
 

Uses of Token in org.apache.rahas.client
 

Methods in org.apache.rahas.client that return Token
 Token STSClient.requestSecurityToken(org.apache.neethi.Policy servicePolicy, java.lang.String issuerAddress, org.apache.neethi.Policy issuerPolicy, java.lang.String appliesTo)
           
 

Uses of Token in org.apache.rahas.impl
 

Methods in org.apache.rahas.impl with parameters of type Token
static void TokenIssuerUtil.handleRequestedProofToken(RahasData data, int wstVersion, AbstractIssuerConfig config, org.apache.axiom.om.OMElement rstrElem, Token token, org.w3c.dom.Document doc)
           
 

Uses of Token in org.apache.rampart.builder
 

Methods in org.apache.rampart.builder that return Token
protected  Token BindingBuilder.getToken(RampartMessageData rmd, java.lang.String tokenId)
          Get hold of the token from the token storage
 

Methods in org.apache.rampart.builder with parameters of type Token
protected  byte[] BindingBuilder.doSymmSignature(RampartMessageData rmd, org.apache.ws.secpolicy.model.Token policyToken, Token tok, java.util.Vector sigParts)