Class RestrictedIndices

java.lang.Object
org.elasticsearch.xpack.core.security.authz.RestrictedIndices

public class RestrictedIndices extends Object
Encapsulates security's model of which indices are "restricted"
See Also:
  • Constructor Details

    • RestrictedIndices

      public RestrictedIndices(IndexNameExpressionResolver resolver)
    • RestrictedIndices

      public RestrictedIndices(org.apache.lucene.util.automaton.Automaton automaton)
  • Method Details

    • isRestricted

      public boolean isRestricted(String indexOrAliasName)
    • getAutomaton

      public org.apache.lucene.util.automaton.Automaton getAutomaton()