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