Uses of Class
org.elasticsearch.client.security.GetPrivilegesResponse
-
Packages that use GetPrivilegesResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of GetPrivilegesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetPrivilegesResponse Modifier and Type Method Description GetPrivilegesResponseSecurityClient. getPrivileges(GetPrivilegesRequest request, RequestOptions options)Synchronously get application privilege(s).Method parameters in org.elasticsearch.client with type arguments of type GetPrivilegesResponse Modifier and Type Method Description CancellableSecurityClient. getPrivilegesAsync(GetPrivilegesRequest request, RequestOptions options, ActionListener<GetPrivilegesResponse> listener)Asynchronously get application privilege(s). -
Uses of GetPrivilegesResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return GetPrivilegesResponse Modifier and Type Method Description static GetPrivilegesResponseGetPrivilegesResponse. fromXContent(XContentParser parser)
-