Uses of Class
com.floragunn.searchguard.internalauthtoken.InternalAuthTokenProvider
-
Packages that use InternalAuthTokenProvider Package Description com.floragunn.searchguard.filter com.floragunn.searchguard.support -
-
Uses of InternalAuthTokenProvider in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type InternalAuthTokenProvider Constructor Description SearchGuardFilter(PrivilegesEvaluator evalp, AdminDNs adminDns, DlsFlsRequestValve dlsFlsValve, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService cs, ComplianceConfig complianceConfig, CompatConfig compatConfig, InternalAuthTokenProvider internalAuthTokenProvider) -
Uses of InternalAuthTokenProvider in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type InternalAuthTokenProvider Modifier and Type Method Description static Collection<Object>ReflectionHelper. createAlertingComponents(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.env.Environment environment, org.elasticsearch.env.NodeEnvironment nodeEnvironment, InternalAuthTokenProvider internalAuthTokenProvider, SearchGuardPlugin.ProtectedIndices protectedIndices, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, DynamicConfigFactory dcf)
-