Uses of Class
com.floragunn.searchguard.authtoken.AuthTokenServiceConfig
-
Packages that use AuthTokenServiceConfig Package Description com.floragunn.searchguard.authtoken -
-
Uses of AuthTokenServiceConfig in com.floragunn.searchguard.authtoken
Methods in com.floragunn.searchguard.authtoken that return AuthTokenServiceConfig Modifier and Type Method Description AuthTokenServiceConfigAuthTokenService. getConfig()static AuthTokenServiceConfigAuthTokenServiceConfig. parse(com.fasterxml.jackson.databind.JsonNode jsonNode)static AuthTokenServiceConfigAuthTokenServiceConfig. parseYaml(String yaml)Methods in com.floragunn.searchguard.authtoken that return types with arguments of type AuthTokenServiceConfig Modifier and Type Method Description com.floragunn.searchguard.modules.SearchGuardModule.SgConfigMetadata<AuthTokenServiceConfig>AuthTokenModule. getSgConfigMetadata()Methods in com.floragunn.searchguard.authtoken with parameters of type AuthTokenServiceConfig Modifier and Type Method Description voidAuthTokenService. setConfig(AuthTokenServiceConfig config)Constructors in com.floragunn.searchguard.authtoken with parameters of type AuthTokenServiceConfig 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)
-