Module org.elasticsearch.xcore
Class Privilege
java.lang.Object
org.elasticsearch.xpack.core.security.authz.privilege.Privilege
- Direct Known Subclasses:
ApplicationPrivilege,HealthAndStatsPrivilege,IndexPrivilege,SystemPrivilege
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
-
ALL
-
name
-
automaton
protected final org.apache.lucene.util.automaton.Automaton automaton -
predicate
-
-
Constructor Details
-
Privilege
-
Privilege
-
Privilege
-
-
Method Details
-
name
-
predicate
-
equals
-
hashCode
public int hashCode() -
toString
-
getAutomaton
public org.apache.lucene.util.automaton.Automaton getAutomaton() -
sortByAccessLevel
Sorts the map of privileges from least-privilege to most-privilege
-