Module org.elasticsearch.xcore
Class RestrictedIndices
java.lang.Object
org.elasticsearch.xpack.core.security.authz.RestrictedIndices
Encapsulates security's model of which indices are "restricted"
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictedIndices(org.apache.lucene.util.automaton.Automaton automaton) RestrictedIndices(IndexNameExpressionResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.util.automaton.AutomatonbooleanisRestricted(String indexOrAliasName)
-
Constructor Details
-
RestrictedIndices
-
RestrictedIndices
public RestrictedIndices(org.apache.lucene.util.automaton.Automaton automaton)
-
-
Method Details
-
isRestricted
-
getAutomaton
public org.apache.lucene.util.automaton.Automaton getAutomaton()
-