public class DefaultAuthenticatorSupplier extends Object implements AuthenticatorSupplier
| Modifier and Type | Field and Description |
|---|---|
static Authenticator |
DEFAULT_AUTHENTICATOR
Singleton instance which can be used to avoid allocation.
|
static DefaultAuthenticatorSupplier |
INSTANCE
Singleton instance.
|
static byte[] |
NULL_ENCODED_PRINCIPAL
The null encoded principal is an empty array of bytes.
|
| Constructor and Description |
|---|
DefaultAuthenticatorSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
get()
Gets the singleton instance
DEFAULT_AUTHENTICATOR which authenticates all connection requests
immediately. |
public static final DefaultAuthenticatorSupplier INSTANCE
public static final byte[] NULL_ENCODED_PRINCIPAL
public static final Authenticator DEFAULT_AUTHENTICATOR
public Authenticator get()
DEFAULT_AUTHENTICATOR which authenticates all connection requests
immediately.get in interface Supplier<Authenticator>DEFAULT_AUTHENTICATOR which authenticates all connection requests immediately.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.