Package org.elasticsearch.xpack.security.authz.store
-
Class Summary Class Description CompositeRolesStore A composite roles store that combines built in roles, file-based roles, and index-based roles.FileRolesStore NativePrivilegeStore NativePrivilegeStore
is a store that reads/writesApplicationPrivilegeDescriptor
objects, from an Elasticsearch index.NativeRolesStore NativeRolesStore is aRolesStore
that, instead of reading from a file, reads from an Elasticsearch index instead.