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 CredentialsSupplier
public byte[] onChallenge(byte[] encodedChallenge)
onChallenge
in interface CredentialsSupplier
encodedChallenge
- from the cluster to use in providing a credential.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.