Uses of Class
org.elasticsearch.client.security.GetUserPrivilegesResponse
-
Packages that use GetUserPrivilegesResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of GetUserPrivilegesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetUserPrivilegesResponse Modifier and Type Method Description GetUserPrivilegesResponseSecurityClient. getUserPrivileges(RequestOptions options)Retrieve the set of effective privileges held by the current user.Method parameters in org.elasticsearch.client with type arguments of type GetUserPrivilegesResponse Modifier and Type Method Description CancellableSecurityClient. getUserPrivilegesAsync(RequestOptions options, ActionListener<GetUserPrivilegesResponse> listener)Asynchronously retrieve the set of effective privileges held by the current user. -
Uses of GetUserPrivilegesResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return GetUserPrivilegesResponse Modifier and Type Method Description static GetUserPrivilegesResponseGetUserPrivilegesResponse. fromXContent(XContentParser parser)
-