Uses of Interface
org.apache.cxf.ws.security.tokenstore.TokenStore
-
-
Uses of TokenStore in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache that implement TokenStore Modifier and Type Class Description classDefaultInMemoryTokenStoreclassHazelCastTokenStoreMethods in org.apache.cxf.sts.cache with parameters of type TokenStore Modifier and Type Method Description static voidCacheUtils. storeTokenInCache(SecurityToken securityToken, TokenStore cache, byte[] signatureValue) -
Uses of TokenStore in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims that return TokenStore Modifier and Type Method Description TokenStoreClaimsParameters. getTokenStore()Methods in org.apache.cxf.sts.claims with parameters of type TokenStore Modifier and Type Method Description voidClaimsParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation declared as TokenStore Modifier and Type Field Description protected TokenStoreAbstractOperation. tokenStoreMethods in org.apache.cxf.sts.operation that return TokenStore Modifier and Type Method Description TokenStoreAbstractOperation. getTokenStore()Methods in org.apache.cxf.sts.operation with parameters of type TokenStore Modifier and Type Method Description voidAbstractOperation. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.provider
Methods in org.apache.cxf.sts.provider with parameters of type TokenStore Modifier and Type Method Description voidDefaultSecurityTokenServiceProvider. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller that return TokenStore Modifier and Type Method Description TokenStoreTokenCancellerParameters. getTokenStore()Methods in org.apache.cxf.sts.token.canceller with parameters of type TokenStore Modifier and Type Method Description voidTokenCancellerParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.delegation
Methods in org.apache.cxf.sts.token.delegation that return TokenStore Modifier and Type Method Description TokenStoreTokenDelegationParameters. getTokenStore()Methods in org.apache.cxf.sts.token.delegation with parameters of type TokenStore Modifier and Type Method Description voidTokenDelegationParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return TokenStore Modifier and Type Method Description TokenStoreTokenProviderParameters. getTokenStore()Methods in org.apache.cxf.sts.token.provider with parameters of type TokenStore Modifier and Type Method Description voidTokenProviderParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.renewer
Methods in org.apache.cxf.sts.token.renewer that return TokenStore Modifier and Type Method Description TokenStoreTokenRenewerParameters. getTokenStore()Methods in org.apache.cxf.sts.token.renewer with parameters of type TokenStore Modifier and Type Method Description voidTokenRenewerParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.sts.token.validator
Methods in org.apache.cxf.sts.token.validator that return TokenStore Modifier and Type Method Description TokenStoreTokenValidatorParameters. getTokenStore()Methods in org.apache.cxf.sts.token.validator with parameters of type TokenStore Modifier and Type Method Description voidTokenValidatorParameters. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.ws.security.tokenstore
Classes in org.apache.cxf.ws.security.tokenstore that implement TokenStore Modifier and Type Class Description classEHCacheTokenStoreAn in-memory EHCache implementation of the TokenStore interface.classMemoryTokenStoreA simple HashMap-based TokenStore.Methods in org.apache.cxf.ws.security.tokenstore that return TokenStore Modifier and Type Method Description static TokenStoreTokenStoreUtils. getTokenStore(Message message)TokenStoreEHCacheTokenStoreFactory. newTokenStore(String key, Message message)TokenStoreMemoryTokenStoreFactory. newTokenStore(String key, Message message)abstract TokenStoreTokenStoreFactory. newTokenStore(String key, Message message) -
Uses of TokenStore in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return TokenStore Modifier and Type Method Description TokenStoreSTSTokenValidator. getTokenStore()Methods in org.apache.cxf.ws.security.trust with parameters of type TokenStore Modifier and Type Method Description voidSTSTokenValidator. setTokenStore(TokenStore tokenStore) -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return TokenStore Modifier and Type Method Description protected TokenStoreAbstractTokenInterceptor. getTokenStore(SoapMessage message)Constructors in org.apache.cxf.ws.security.wss4j with parameters of type TokenStore Constructor Description TokenStoreCallbackHandler(CallbackHandler in, TokenStore st) -
Uses of TokenStore in org.apache.cxf.ws.security.wss4j.policyhandlers
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return TokenStore Modifier and Type Method Description protected TokenStoreAbstractBindingBuilder. getTokenStore()
-