public class NullCredentialsSupplier extends java.lang.Object implements CredentialsSupplier
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
NULL_CREDENTIAL |
| 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 byte[] encodedCredentials()
CredentialsSupplierencodedCredentials in interface CredentialsSupplierpublic byte[] onChallenge(byte[] encodedChallenge)
CredentialsSupplieronChallenge in interface CredentialsSupplierencodedChallenge - from the cluster to use in providing a credential.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.