Class LifecyclePolicySecurityClient

java.lang.Object
org.elasticsearch.client.internal.support.AbstractClient
org.elasticsearch.xpack.core.ilm.LifecyclePolicySecurityClient
All Implemented Interfaces:
Client, ElasticsearchClient

public class LifecyclePolicySecurityClient extends AbstractClient
This class wraps a client and calls the client using the headers provided in constructor. The intent is to abstract away the fact that there are headers so Steps etc. can call this client as if it was a normal client.

Note: This client will not close the wrapped Client instance since the intent is that the wrapped client is shared between multiple instances of this class.