public interface SaslMechanism
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the SASL mechanism.
|
byte[] |
handleChallenge(byte[] challenge,
CredentialsProvider credentialsProvider)
Handle a challenge from the server
|
String getName()
byte[] handleChallenge(byte[] challenge,
CredentialsProvider credentialsProvider)
challenge - the server challengecredentialsProvider - the credentials to useCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.