Module org.elasticsearch.xcore
Class ClearRealmCacheRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<ClearRealmCacheRequest,ClearRealmCacheResponse>
org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder<ClearRealmCacheRequest,ClearRealmCacheResponse,ClearRealmCacheRequestBuilder>
org.elasticsearch.xpack.core.security.action.realm.ClearRealmCacheRequestBuilder
- All Implemented Interfaces:
RequestBuilder<ClearRealmCacheRequest,ClearRealmCacheResponse>
public class ClearRealmCacheRequestBuilder
extends NodesOperationRequestBuilder<ClearRealmCacheRequest,ClearRealmCacheResponse,ClearRealmCacheRequestBuilder>
-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the realms for which caches will be evicted.Sets the usernames of the users that should be evicted from the caches.Methods inherited from class org.elasticsearch.action.support.nodes.NodesOperationRequestBuilder
setTimeout
-
Constructor Details
-
ClearRealmCacheRequestBuilder
-
-
Method Details
-
realms
Sets the realms for which caches will be evicted. When not set all the caches of all realms will be evicted.- Parameters:
realms- The realm names
-
usernames
Sets the usernames of the users that should be evicted from the caches. When not set, all users will be evicted.- Parameters:
usernames- The usernames
-