| Interface | Description |
|---|---|
| CredentialsProvider |
Marker interface for providing credentials.
|
| SaslConfiguration |
Contract to choose a
SaslMechanism from the ones supported by the server. |
| SaslMechanism |
Contract to handle SASL challenges sent by a SASL server.
|
| UsernamePasswordCredentialsProvider |
Contract for credentials based on a username/password pair.
|
| Class | Description |
|---|---|
| DefaultSaslConfiguration |
SaslConfiguration that supports our built-in mechanisms. |
| DefaultUsernamePasswordCredentialsProvider |
Default implementation of
UsernamePasswordCredentialsProvider. |
| ExternalSaslMechanism |
The
EXTERNAL SaslMechanism. |
| JdkSaslConfiguration |
SaslConfiguration using the JDK SASL support. |
| PlainSaslMechanism |
The
PLAIN SaslMechanism. |
| Exception | Description |
|---|---|
| StreamSaslException |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.