|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TokenStore in org.apache.cxf.sts.cache |
---|
Classes in org.apache.cxf.sts.cache that implement TokenStore | |
---|---|
class |
DefaultInMemoryTokenStore
|
class |
HazelCastTokenStore
|
Methods in org.apache.cxf.sts.cache with parameters of type TokenStore | |
---|---|
static void |
CacheUtils.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 | |
---|---|
TokenStore |
ClaimsParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.claims with parameters of type TokenStore | |
---|---|
void |
ClaimsParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.operation |
---|
Fields in org.apache.cxf.sts.operation declared as TokenStore | |
---|---|
protected TokenStore |
AbstractOperation.tokenStore
|
Methods in org.apache.cxf.sts.operation that return TokenStore | |
---|---|
TokenStore |
AbstractOperation.getTokenStore()
|
Methods in org.apache.cxf.sts.operation with parameters of type TokenStore | |
---|---|
void |
AbstractOperation.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.provider |
---|
Methods in org.apache.cxf.sts.provider with parameters of type TokenStore | |
---|---|
void |
DefaultSecurityTokenServiceProvider.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.token.canceller |
---|
Methods in org.apache.cxf.sts.token.canceller that return TokenStore | |
---|---|
TokenStore |
TokenCancellerParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.token.canceller with parameters of type TokenStore | |
---|---|
void |
TokenCancellerParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.token.delegation |
---|
Methods in org.apache.cxf.sts.token.delegation that return TokenStore | |
---|---|
TokenStore |
TokenDelegationParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.token.delegation with parameters of type TokenStore | |
---|---|
void |
TokenDelegationParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.token.provider |
---|
Methods in org.apache.cxf.sts.token.provider that return TokenStore | |
---|---|
TokenStore |
TokenProviderParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.token.provider with parameters of type TokenStore | |
---|---|
void |
TokenProviderParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.token.renewer |
---|
Methods in org.apache.cxf.sts.token.renewer that return TokenStore | |
---|---|
TokenStore |
TokenRenewerParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.token.renewer with parameters of type TokenStore | |
---|---|
void |
TokenRenewerParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.sts.token.validator |
---|
Methods in org.apache.cxf.sts.token.validator that return TokenStore | |
---|---|
TokenStore |
TokenValidatorParameters.getTokenStore()
|
Methods in org.apache.cxf.sts.token.validator with parameters of type TokenStore | |
---|---|
void |
TokenValidatorParameters.setTokenStore(TokenStore tokenStore)
|
Uses of TokenStore in org.apache.cxf.ws.security.tokenstore |
---|
Classes in org.apache.cxf.ws.security.tokenstore that implement TokenStore | |
---|---|
class |
EHCacheTokenStore
An in-memory EHCache implementation of the TokenStore interface. |
class |
MemoryTokenStore
A simple HashMap-based TokenStore. |
Methods in org.apache.cxf.ws.security.tokenstore that return TokenStore | |
---|---|
TokenStore |
EHCacheTokenStoreFactory.newTokenStore(String key,
Message message)
|
TokenStore |
MemoryTokenStoreFactory.newTokenStore(String key,
Message message)
|
abstract TokenStore |
TokenStoreFactory.newTokenStore(String key,
Message message)
|
Uses of TokenStore in org.apache.cxf.ws.security.wss4j |
---|
Methods in org.apache.cxf.ws.security.wss4j that return TokenStore | |
---|---|
static TokenStore |
WSS4JUtils.getTokenStore(Message message)
|
static TokenStore |
WSS4JUtils.getTokenStore(Message message,
boolean create)
|
protected TokenStore |
AbstractTokenInterceptor.getTokenStore(SoapMessage message)
|
Uses of TokenStore in org.apache.cxf.ws.security.wss4j.policyhandlers |
---|
Methods in org.apache.cxf.ws.security.wss4j.policyhandlers that return TokenStore | |
---|---|
protected TokenStore |
AbstractBindingBuilder.getTokenStore()
|
Constructors in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type TokenStore | |
---|---|
AbstractStaxBindingHandler.TokenStoreCallbackHandler(CallbackHandler in,
TokenStore st)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |