Module org.elasticsearch.xcore
Class IndicesPermission.Group
java.lang.Object
org.elasticsearch.xpack.core.security.authz.permission.IndicesPermission.Group
- Enclosing class:
IndicesPermission
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroup(IndexPrivilege privilege, FieldPermissions fieldPermissions, Set<BytesReference> query, boolean allowRestrictedIndices, RestrictedIndices restrictedIndices, boolean implicitlyGranted, String... indices) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancheckSelector(IndexComponentSelector selector) org.apache.lucene.util.automaton.AutomatongetQuery()booleanString[]indices()toString()
-
Field Details
-
EMPTY_ARRAY
-
-
Constructor Details
-
Group
public Group(IndexPrivilege privilege, FieldPermissions fieldPermissions, @Nullable Set<BytesReference> query, boolean allowRestrictedIndices, RestrictedIndices restrictedIndices, boolean implicitlyGranted, String... indices)
-
-
Method Details
-
privilege
-
indices
-
getQuery
-
getFieldPermissions
-
checkSelector
-
allowRestrictedIndices
public boolean allowRestrictedIndices() -
implicitlyGranted
public boolean implicitlyGranted() -
getIndexMatcherAutomaton
public org.apache.lucene.util.automaton.Automaton getIndexMatcherAutomaton() -
toString
-