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 TypeClassDescriptionclassIn-memory implementation of the token storageMethods in org.apache.rahas that return TokenStorageModifier and TypeMethodDescriptionstatic TokenStorageTrustUtil.getTokenStore(org.apache.axis2.context.ConfigurationContext ctx) Fetches the token storage from the configuration context.static TokenStorageTrustUtil.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 TypeMethodDescriptionbooleanSTSClient.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 TypeMethodDescriptionvoidRampartMessageData.setTokenStorage(TokenStorage tokenStorage) Constructors in org.apache.rampart with parameters of type TokenStorage