Uses of Class
org.elasticsearch.client.security.GetRolesResponse
-
Packages that use GetRolesResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of GetRolesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetRolesResponse Modifier and Type Method Description GetRolesResponseSecurityClient. getRoles(GetRolesRequest request, RequestOptions options)Retrieves roles from the native roles store.Method parameters in org.elasticsearch.client with type arguments of type GetRolesResponse Modifier and Type Method Description CancellableSecurityClient. getRolesAsync(GetRolesRequest request, RequestOptions options, ActionListener<GetRolesResponse> listener)Asynchronously retrieves roles from the native roles store. -
Uses of GetRolesResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return GetRolesResponse Modifier and Type Method Description static GetRolesResponseGetRolesResponse. fromXContent(XContentParser parser)
-