Skip to content

Commit 8b0f1d3

Browse files
committed
Javadoc
1 parent e3abd81 commit 8b0f1d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/apikey/CustomApiKeyAuthenticator.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
import org.elasticsearch.xpack.core.security.authc.AuthenticationResult;
1515
import org.elasticsearch.xpack.core.security.authc.AuthenticationToken;
1616

17+
/**
18+
* An extension point to provide a custom API key authenticator implementation.
19+
* The implementation is wrapped by a core Authenticator class and included in the authenticator chain _before_ the
20+
* default API key authenticator.
21+
*/
1722
public interface CustomApiKeyAuthenticator {
1823
String name();
1924

0 commit comments

Comments
 (0)