Uses of Interface
org.apache.rahas.TokenStorage

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

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.rahas.client
 

Methods in org.apache.rahas.client with parameters of type TokenStorage
 boolean STSClient.renewToken(java.lang.String tokenId, java.lang.String issuerAddress, org.apache.neethi.Policy issuerPolicy, TokenStorage store)
          Renews the token referenced by the token id, updates the token store
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.