public class MultiAuthenticator extends java.lang.Object implements Authenticator
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends Authenticator> |
authenticators |
| Constructor and Description |
|---|
MultiAuthenticator(java.util.List<? extends Authenticator> authenticators) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<RawMemcacheClient> |
authenticate(RawMemcacheClient client) |
void |
validate(boolean binary) |
private final java.util.List<? extends Authenticator> authenticators
public MultiAuthenticator(java.util.List<? extends Authenticator> authenticators)
public java.util.concurrent.CompletionStage<RawMemcacheClient> authenticate(RawMemcacheClient client)
authenticate in interface Authenticatorpublic void validate(boolean binary)
validate in interface AuthenticatorCopyright © 2020 Spotify AB. All Rights Reserved.