Class PluggableApiKeyAuthenticator

java.lang.Object
org.elasticsearch.xpack.security.authc.PluggableApiKeyAuthenticator
All Implemented Interfaces:
Authenticator

public class PluggableApiKeyAuthenticator extends Object implements Authenticator
An adapter for CustomApiKeyAuthenticator that implements the Authenticator interface, so the custom API key authenticator can be plugged into the authenticator chain. Module dependencies prevent us from introducing a direct extension point for an Authenticator.