public interface CredentialsSupplier
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-2018 Real Logic Ltd. All Rights Reserved.