Uses of Class
com.floragunn.searchguard.sgconf.history.ConfigHistoryService
-
Packages that use ConfigHistoryService Package Description com.floragunn.searchguard.authtoken -
-
Uses of ConfigHistoryService in com.floragunn.searchguard.authtoken
Constructors in com.floragunn.searchguard.authtoken with parameters of type ConfigHistoryService Constructor Description AuthTokenService(com.floragunn.searchguard.support.PrivilegedConfigClient privilegedConfigClient, ConfigHistoryService configHistoryService, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchguard.configuration.ProtectedConfigIndexService protectedConfigIndexService, AuthTokenServiceConfig config)AuthTokenService(com.floragunn.searchguard.support.PrivilegedConfigClient privilegedConfigClient, ConfigHistoryService configHistoryService, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchguard.configuration.ProtectedConfigIndexService protectedConfigIndexService, AuthTokenServiceConfig config, com.floragunn.searchguard.modules.state.ComponentState componentState)
-