Home » openjdk-7 » javax.security » sasl »

javax.security.sasl

Interfaces:

SaslClient   Performs SASL authentication as a client.  code | html
SaslClientExt   The visible additional methods for a SASL client to support the SM2 protocol.  code | html
SaslClientFactory   An interface for creating instances of SaslClient code | html
SaslServer   Performs SASL authentication as a server.  code | html
SaslServerExt   The visible additional methods for a SASL server to support the SM2 protocol.  code | html
SaslServerFactory   An interface for creating instances of SaslServer code | html

Abstract Classes:

SaslClient   Performs SASL authentication as a client.  code | html
SaslClientFactory   An interface for creating instances of SaslClient code | html
SaslServer   Performs SASL authentication as a server.  code | html
SaslServerFactory   An interface for creating instances of SaslServer code | html

Classes:

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.  code | html
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).  code | html
RealmCallback   This callback is used by SaslClient and SaslServer to retrieve realm information.  code | html
RealmChoiceCallback   This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.  code | html
Sasl   A static class for creating SASL clients and servers.  code | html
SaslException   This class represents an error that has occurred when using SASL.  code | html