public class BinaryAuthenticationValidator extends java.lang.Object implements Authenticator
| Modifier and Type | Field and Description |
|---|---|
private static BinaryAuthenticationValidator |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
BinaryAuthenticationValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<RawMemcacheClient> |
authenticate(RawMemcacheClient client) |
static BinaryAuthenticationValidator |
getInstance() |
void |
validate(boolean binary) |
private static final BinaryAuthenticationValidator INSTANCE
public static BinaryAuthenticationValidator getInstance()
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.