Uses of Class
com.floragunn.searchguard.SearchGuardPlugin.ProtectedIndices
-
Packages that use SearchGuardPlugin.ProtectedIndices Package Description com.floragunn.searchguard com.floragunn.searchguard.privileges.extended_action_handling com.floragunn.searchguard.support -
-
Uses of SearchGuardPlugin.ProtectedIndices in com.floragunn.searchguard
Methods in com.floragunn.searchguard that return SearchGuardPlugin.ProtectedIndices Modifier and Type Method Description static SearchGuardPlugin.ProtectedIndicesSearchGuardPlugin. getProtectedIndices() -
Uses of SearchGuardPlugin.ProtectedIndices in com.floragunn.searchguard.privileges.extended_action_handling
Constructors in com.floragunn.searchguard.privileges.extended_action_handling with parameters of type SearchGuardPlugin.ProtectedIndices Constructor Description ResourceOwnerService(org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, SearchGuardPlugin.ProtectedIndices protectedIndices, org.elasticsearch.common.settings.Settings settings) -
Uses of SearchGuardPlugin.ProtectedIndices in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type SearchGuardPlugin.ProtectedIndices 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)
-