Skip to content

Commit ca6efe8

Browse files
committed
Javadoc
1 parent 8b0f1d3 commit ca6efe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public interface CustomApiKeyAuthenticator {
2626

2727
void authenticate(@Nullable AuthenticationToken authenticationToken, ActionListener<AuthenticationResult<Authentication>> listener);
2828

29+
/**
30+
* A no-op implementation of {@link CustomApiKeyAuthenticator} that does nothing and is effectively skipped in the authenticator chain.
31+
*/
2932
class Noop implements CustomApiKeyAuthenticator {
3033
@Override
3134
public String name() {

0 commit comments

Comments
 (0)