public interface Authenticator
AuthenticateMessage
.
Authenticator implementations should be able to respond to that
challenge and perform whatever authentication negotiation is required
by the server. The exact nature of that negotiation is specific to the
configuration of the server.Modifier and Type | Method and Description |
---|---|
byte[] |
evaluateChallenge(byte[] challenge)
Evaluate a challenge received from the Server.
|
byte[] |
initialResponse()
Obtain an initial response token for initializing the SASL handshake
|
byte[] initialResponse()
byte[] evaluateChallenge(byte[] challenge)
challenge
- the server's SASL challengeCopyright © 2014. All Rights Reserved.