Uses of Class
org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
-
Packages that use ApplicationResourcePrivileges Package Description org.elasticsearch.client.security org.elasticsearch.client.security.user.privileges -
-
Uses of ApplicationResourcePrivileges in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return types with arguments of type ApplicationResourcePrivileges Modifier and Type Method Description Set<ApplicationResourcePrivileges>GetUserPrivilegesResponse. getApplicationPrivileges()Set<ApplicationResourcePrivileges>HasPrivilegesRequest. getApplicationPrivileges() -
Uses of ApplicationResourcePrivileges in org.elasticsearch.client.security.user.privileges
Methods in org.elasticsearch.client.security.user.privileges that return ApplicationResourcePrivileges Modifier and Type Method Description static ApplicationResourcePrivilegesApplicationResourcePrivileges. fromXContent(XContentParser parser)Methods in org.elasticsearch.client.security.user.privileges that return types with arguments of type ApplicationResourcePrivileges Modifier and Type Method Description Set<ApplicationResourcePrivileges>Role. getApplicationPrivileges()Methods in org.elasticsearch.client.security.user.privileges with parameters of type ApplicationResourcePrivileges Modifier and Type Method Description Role.BuilderRole.Builder. applicationResourcePrivileges(ApplicationResourcePrivileges... applicationResourcePrivileges)Method parameters in org.elasticsearch.client.security.user.privileges with type arguments of type ApplicationResourcePrivileges Modifier and Type Method Description Role.BuilderRole.Builder. applicationResourcePrivileges(Collection<ApplicationResourcePrivileges> applicationResourcePrivileges)
-