API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.security.sasl
Author(s)
Since
1.5
Version
Serial
Description
  Contains class and interfaces for supporting SASL.
See also:   
AuthenticationException View Source 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.
AuthorizeCallback View Source 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 View Source This callback is used by SaslClient and SaslServer to retrieve realm information.
RealmChoiceCallback View Source This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.
Sasl View Source A static class for creating SASL clients and servers.
SaslClient View Source Performs SASL authentication as a client.
SaslClientFactory View Source An interface for creating instances of SaslClient.
SaslException View Source This class represents an error that has occurred when using SASL.
SaslServer View Source Performs SASL authentication as a server.
SaslServerFactory View Source An interface for creating instances of SaslServer.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar