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