Uses of Class
org.elasticsearch.client.security.ClearRolesCacheRequest
-
Packages that use ClearRolesCacheRequest Package Description org.elasticsearch.client -
-
Uses of ClearRolesCacheRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ClearRolesCacheRequest Modifier and Type Method Description ClearRolesCacheResponseSecurityClient. clearRolesCache(ClearRolesCacheRequest request, RequestOptions options)Clears the roles cache for a set of roles.CancellableSecurityClient. clearRolesCacheAsync(ClearRolesCacheRequest request, RequestOptions options, ActionListener<ClearRolesCacheResponse> listener)Clears the roles cache for a set of roles asynchronously.
-