Uses of Interface
org.apache.rahas.TokenStorage
Packages that use TokenStorage
-
Uses of TokenStorage in org.apache.rahas
Classes in org.apache.rahas that implement TokenStorageModifier and TypeClassDescriptionclass
In-memory implementation of the token storageMethods in org.apache.rahas that return TokenStorageModifier and TypeMethodDescriptionstatic 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 TokenStorageModifier and TypeMethodDescriptionboolean
STSClient.renewToken
(String tokenId, String issuerAddress, org.apache.neethi.Policy issuerPolicy, TokenStorage store) Renews the token referenced by the token id, updates the token store -
Uses of TokenStorage in org.apache.rampart
Methods in org.apache.rampart that return TokenStorageMethods in org.apache.rampart with parameters of type TokenStorageModifier and TypeMethodDescriptionvoid
RampartMessageData.setTokenStorage
(TokenStorage tokenStorage) Constructors in org.apache.rampart with parameters of type TokenStorage