public interface CredentialsSupplier
Implement this interface to supply credentials for clients. If no credentials are required then the
NullCredentialsSupplier can be used.
| 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.
|
byte[] encodedCredentials()
byte[] onChallenge(byte[] encodedChallenge)
encodedChallenge - from the cluster to use in providing a credential.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.