java.lang.Object
org.elasticsearch.xpack.security.authz.store.RoleProviders

public class RoleProviders extends Object
Encapsulates logic regarding the active set of role providers in the system, and their order The supported providers are (in order): - built in (reserved) roles - file-based roles - index-based roles - custom (plugin) providers. The set of permitted role providers can change due to changes in the license state.