Uses of Class
org.elasticsearch.client.security.HasPrivilegesResponse
-
Packages that use HasPrivilegesResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of HasPrivilegesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return HasPrivilegesResponse 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.Method parameters in org.elasticsearch.client with type arguments of type HasPrivilegesResponse Modifier and Type Method Description 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. -
Uses of HasPrivilegesResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return HasPrivilegesResponse Modifier and Type Method Description static HasPrivilegesResponseHasPrivilegesResponse. fromXContent(XContentParser parser)
-