Package org.jivesoftware.openfire.sasl
Provides classes for SASL.
-
Class Summary Class Description AnonymousSaslServer Implementation of the SASL ANONYMOUS mechanism.ExternalClientSaslServer Implementation of the SASL EXTERNAL mechanism with PKIX to be used for client-to-server connections.ExternalServerSaslServer Implementation of the SASL EXTERNAL mechanism with PKIX to be used for server-to-server connections.JiveSharedSecretSaslServer Implementation of a proprietary Jive Software SASL mechanism that is based on a shared secret.SaslProvider This is the Provider object providing the SaslServerFactory written by Jive Software.SaslServerFactoryImpl Server Factory for supported mechanisms.SaslServerPlainImpl Implements the PLAIN server-side mechanism.ScramSha1SaslServer Implements the SCRAM-SHA-1 server-side mechanism.VerifyPasswordCallback This callback isused by SaslServer to determine if a password supplied by a client is verified. -
Enum Summary Enum Description Failure XMPP specified SASL errors. -
Exception Summary Exception Description SaslFailureException A SaslException with XMPP 'failure' context.