Overview Summary |
SaslClient
and SaslClientFactory
interfaces. Developers who write servers use the SaslServer
and SaslServerFactory
interfaces. Among these two groups of users, each can be further divided into two groups: those who produce the SASL mechanisms and those who use the SASL mechanisms. The producers of SASL mechanisms need to provide implementations for these interfaces, while users of the SASL mechanisms use the APIs in this package to access those implementations.Interface | Description |
---|---|
SaslClient |
Performs SASL authentication as a client.
|
SaslClientFactory |
An interface for creating instances of
SaslClient .
|
SaslServer |
Performs SASL authentication as a server.
|
SaslServerFactory |
An interface for creating instances of
SaslServer .
|
Class | Description |
---|---|
AuthorizeCallback |
This callback is used by
SaslServer to determine whether one entity (identified by an authenticated authentication id) can act on behalf of another entity (identified by an authorization id).
|
RealmCallback |
This callback is used by
SaslClient and SaslServer to retrieve realm information.
|
RealmChoiceCallback |
This callback is used by
SaslClient and SaslServer to obtain a realm given a list of realm choices.
|
Sasl |
A static class for creating SASL clients and servers.
|
Exception | Description |
---|---|
AuthenticationException |
This exception is thrown by a SASL mechanism implementation to indicate that the SASL exchange has failed due to reasons related to authentication, such as an invalid identity, passphrase, or key.
|
SaslException |
This class represents an error that has occurred when using SASL.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 20142017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-ea+159
© 2017 Oracle Corporation and/or its affiliates