Class CustomApiKeyAuthenticator.Noop

java.lang.Object
org.elasticsearch.xpack.core.security.authc.apikey.CustomApiKeyAuthenticator.Noop
All Implemented Interfaces:
CustomApiKeyAuthenticator
Enclosing interface:
CustomApiKeyAuthenticator

public static class CustomApiKeyAuthenticator.Noop extends Object implements CustomApiKeyAuthenticator
A no-op implementation of CustomApiKeyAuthenticator that is effectively skipped in the authenticator chain.