Uses of Class
org.elasticsearch.client.security.HasPrivilegesRequest
-
Packages that use HasPrivilegesRequest Package Description org.elasticsearch.client -
-
Uses of HasPrivilegesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type HasPrivilegesRequest Modifier and Type Method Description HasPrivilegesResponseSecurityClient. hasPrivileges(HasPrivilegesRequest request, RequestOptions options)Determine whether the current user has a specified list of privileges See the docs for more.CancellableSecurityClient. hasPrivilegesAsync(HasPrivilegesRequest request, RequestOptions options, ActionListener<HasPrivilegesResponse> listener)Asynchronously determine whether the current user has a specified list of privileges See the docs for more.
-