| Package | Description |
|---|---|
| javax.security.sasl |
Contains class and interfaces for supporting SASL.
|
| Class and Description |
|---|
| SaslClient
Performs SASL authentication as a client.
|
| SaslClientFactory
An interface for creating instances of
SaslClient.
|
| SaslException
This class represents an error that has occurred when using SASL.
|
| SaslServer
Performs SASL authentication as a server.
|
| SaslServerFactory
An interface for creating instances of
SaslServer.
|