Uses of Interface
org.apache.rahas.TokenStorage

Packages that use TokenStorage
org.apache.rahas   
org.apache.rampart   
 

Uses of TokenStorage in org.apache.rahas
 

Classes in org.apache.rahas that implement TokenStorage
 class SimpleTokenStore
          In-memory implementation of the token storage
 

Methods in org.apache.rahas that return TokenStorage
static TokenStorage TrustUtil.getTokenStore(org.apache.axis2.context.ConfigurationContext ctx)
          Fetches the token storage from the configuration context.
static TokenStorage TrustUtil.getTokenStore(org.apache.axis2.context.MessageContext msgCtx)
          Returns the token store.
 

Uses of TokenStorage in org.apache.rampart
 

Methods in org.apache.rampart that return TokenStorage
 TokenStorage RampartMessageData.getTokenStorage()
           
 

Methods in org.apache.rampart with parameters of type TokenStorage
 void RampartMessageData.setTokenStorage(TokenStorage tokenStorage)
           
 

Constructors in org.apache.rampart with parameters of type TokenStorage
TokenCallbackHandler(TokenStorage store, javax.security.auth.callback.CallbackHandler handler)