public interface SaslMechanism
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this mechanism (e.g.
|
LongString |
handleChallenge(LongString challenge,
String username,
String password)
Handle one round of challenge-response
|
String getName()
LongString handleChallenge(LongString challenge, String username, String password)
challenge - the challenge this round, or null on first round.username - name of userpassword - for usernameCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.