Module org.elasticsearch.security
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.core.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(Settings settings, ThreadPool threadPool, Clock clock, Client client, SecurityIndexManager securityIndex, ClusterService clusterService, CacheInvalidatorRegistry cacheInvalidatorRegistry) -
Method Summary
Methods 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(Settings settings, ThreadPool threadPool, Clock clock, Client client, SecurityIndexManager securityIndex, ClusterService clusterService, CacheInvalidatorRegistry cacheInvalidatorRegistry)
-
-
Method Details
-
getTokenSource
-