Skip to content

Commit 040a9aa

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 41f3714 commit 040a9aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.elasticsearch.xpack.core.security.authc.Authentication;
1414
import org.elasticsearch.xpack.core.security.authc.AuthenticationResult;
1515
import org.elasticsearch.xpack.core.security.authc.AuthenticationToken;
16-
import org.elasticsearch.xpack.core.security.user.User;
1716

1817
/**
1918
* An extension point to provide a custom token authenticator implementation. For example, a custom API key or a custom OAuth2 token implementation.

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/AuthenticationService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import org.elasticsearch.xpack.security.operator.OperatorPrivileges.OperatorPrivilegesService;
4343
import org.elasticsearch.xpack.security.support.SecurityIndexManager;
4444

45-
import java.util.Collection;
4645
import java.util.List;
4746
import java.util.Objects;
4847
import java.util.concurrent.atomic.AtomicLong;

0 commit comments

Comments
 (0)