public class PlainMechanism extends Object implements SaslMechanism
| Constructor and Description |
|---|
PlainMechanism() |
| 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
|
public String getName()
SaslMechanismgetName in interface SaslMechanismpublic LongString handleChallenge(LongString challenge, String username, String password)
SaslMechanismhandleChallenge in interface SaslMechanismchallenge - the challenge this round, or null on first round.username - name of userpassword - for usernameCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.