File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ public class AuthenticatorChainTests extends ESTestCase {
6868 private OAuth2TokenAuthenticator oAuth2TokenAuthenticator ;
6969 private ApiKeyAuthenticator apiKeyAuthenticator ;
7070 private PluggableApiKeyAuthenticator pluggableApiKeyAuthenticator ;
71+ private PluggableOAuth2TokenAuthenticator pluggableOAuth2TokenAuthenticator ;
7172 private RealmsAuthenticator realmsAuthenticator ;
7273 private Authentication authentication ;
7374 private User fallbackUser ;
@@ -104,6 +105,7 @@ public void init() {
104105 anonymousUser ,
105106 authenticationContextSerializer ,
106107 serviceAccountAuthenticator ,
108+ pluggableOAuth2TokenAuthenticator ,
107109 oAuth2TokenAuthenticator ,
108110 pluggableApiKeyAuthenticator ,
109111 apiKeyAuthenticator ,
You can’t perform that action at this time.
0 commit comments