public interface SessionProxy
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 and to send the provided encoded challenge.
|
void |
reject()
Inform the system that the session has NOT met authentication requirements and should be rejected.
|
long |
sessionId()
The session Id of the potential session assigned by the system.
|
long sessionId()
boolean challenge(byte[] encodedChallenge)
encodedChallenge
- to send to the client.boolean authenticate(byte[] encodedPrincipal)
encodedPrincipal
- that has passed authentication.void reject()
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.