Uses of Class
org.elasticsearch.client.security.GetPrivilegesRequest
-
Packages that use GetPrivilegesRequest Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of GetPrivilegesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetPrivilegesRequest Modifier and Type Method Description GetPrivilegesResponseSecurityClient. getPrivileges(GetPrivilegesRequest request, RequestOptions options)Synchronously get application privilege(s).CancellableSecurityClient. getPrivilegesAsync(GetPrivilegesRequest request, RequestOptions options, ActionListener<GetPrivilegesResponse> listener)Asynchronously get application privilege(s). -
Uses of GetPrivilegesRequest in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return GetPrivilegesRequest Modifier and Type Method Description static GetPrivilegesRequestGetPrivilegesRequest. getAllPrivileges()Constructs aGetPrivilegesRequestto request all the privileges defined for all applicationsstatic GetPrivilegesRequestGetPrivilegesRequest. getApplicationPrivileges(String applicationName)Constructs aGetPrivilegesRequestto request all the privileges defined for the specifiedapplicationName
-