Uses of Class
org.elasticsearch.client.security.user.privileges.GlobalPrivileges
-
Packages that use GlobalPrivileges Package Description org.elasticsearch.client.security org.elasticsearch.client.security.user.privileges -
-
Uses of GlobalPrivileges in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return types with arguments of type GlobalPrivileges Modifier and Type Method Description Set<GlobalPrivileges>GetUserPrivilegesResponse. getGlobalPrivileges() -
Uses of GlobalPrivileges in org.elasticsearch.client.security.user.privileges
Methods in org.elasticsearch.client.security.user.privileges that return GlobalPrivileges Modifier and Type Method Description static GlobalPrivilegesGlobalPrivileges. fromXContent(XContentParser parser)GlobalPrivilegesRole. getGlobalPrivileges()Methods in org.elasticsearch.client.security.user.privileges with parameters of type GlobalPrivileges Modifier and Type Method Description Role.BuilderRole.Builder. globalApplicationPrivileges(GlobalPrivileges globalApplicationPrivileges)
-