public class CRDemoMechanism extends Object implements SaslMechanism
Modifier and Type | Class and Description |
---|---|
static class |
CRDemoMechanism.CRDemoSaslConfig |
Constructor and Description |
---|
CRDemoMechanism() |
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()
SaslMechanism
getName
in interface SaslMechanism
public LongString handleChallenge(LongString challenge, String username, String password)
SaslMechanism
handleChallenge
in interface SaslMechanism
challenge
- the challenge this round, or null on first round.username
- name of userpassword
- for usernameCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.