public class NullCredentialsSupplier extends Object implements CredentialsSupplier
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
NULL_CREDENTIAL
Null credentials are an empty array of bytes.
|
| Constructor and Description |
|---|
NullCredentialsSupplier() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encodedCredentials()
Provide encoded credentials to be included in Session Connect message a system.
|
byte[] |
onChallenge(byte[] encodedChallenge)
Given some encoded challenge, provide the credentials to be included in a Challenge Response as part of
authentication with a system.
|
public static final byte[] NULL_CREDENTIAL
public byte[] encodedCredentials()
encodedCredentials in interface CredentialsSupplierpublic byte[] onChallenge(byte[] encodedChallenge)
onChallenge in interface CredentialsSupplierencodedChallenge - from the cluster to use in providing a credential.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.