Uses of Class
org.apache.axis2.security.trust.Token

Packages that use Token
org.apache.axis2.security.trust   
 

Uses of Token in org.apache.axis2.security.trust
 

Methods in org.apache.axis2.security.trust that return Token
 Token SimpleTokenStore.getToken(String id)
           
 Token TokenStorage.getToken(String id)
          Returns the Token of the given id
 

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