Class IndexServiceAccountTokenStore
java.lang.Object
org.elasticsearch.xpack.security.authc.service.CachingServiceAccountTokenStore
org.elasticsearch.xpack.security.authc.service.IndexServiceAccountTokenStore
- All Implemented Interfaces:
ServiceAccountTokenStore,CacheInvalidatorRegistry.CacheInvalidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xpack.security.authc.service.ServiceAccountTokenStore
ServiceAccountTokenStore.StoreAuthenticationResult -
Field Summary
Fields inherited from class org.elasticsearch.xpack.security.authc.service.CachingServiceAccountTokenStore
CACHE_HASH_ALGO_SETTING, CACHE_MAX_TOKENS_SETTING, CACHE_TTL_SETTING -
Constructor Summary
ConstructorsConstructorDescriptionIndexServiceAccountTokenStore(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, Clock clock, org.elasticsearch.client.internal.Client client, SecurityIndexManager securityIndex, org.elasticsearch.cluster.service.ClusterService clusterService, CacheInvalidatorRegistry cacheInvalidatorRegistry) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSourceMethods inherited from class org.elasticsearch.xpack.security.authc.service.CachingServiceAccountTokenStore
authenticate, getSettings, getThreadPool, invalidate, invalidateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xpack.security.support.CacheInvalidatorRegistry.CacheInvalidator
shouldClearOnSecurityIndexStateChange
-
Constructor Details
-
IndexServiceAccountTokenStore
public IndexServiceAccountTokenStore(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, Clock clock, org.elasticsearch.client.internal.Client client, SecurityIndexManager securityIndex, org.elasticsearch.cluster.service.ClusterService clusterService, CacheInvalidatorRegistry cacheInvalidatorRegistry)
-
-
Method Details
-
getTokenSource
public org.elasticsearch.xpack.core.security.action.service.TokenInfo.TokenSource getTokenSource()
-