public interface SessionProxy
Authenticator.Authenticator| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(byte[] encodedPrincipal)
Inform the system that the session has met authentication requirements.
|
boolean |
challenge(byte[] encodedChallenge)
Inform the system that the session requires a challenge by sending the provided encoded challenge.
|
void |
reject()
Inform the system that the session should be rejected.
|
long |
sessionId()
The identity of the potential session assigned by the system.
|
long sessionId()
boolean challenge(byte[] encodedChallenge)
encodedChallenge - to be sent to the client.boolean authenticate(byte[] encodedPrincipal)
encodedPrincipal - that has passed authentication.void reject()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.