-
class
Base class for SASL Authentication Mechanism that implements the basic
methods of a Mechanism class.
class
Implements the Anonymous SASL authentication mechanism.
class
Implements the SASL CRAM-MD5 authentication Mechanism.
class
Implements the External SASL authentication mechanism.
class
Implements the SASL PLAIN authentication Mechanism.
class
Implements the SASL Scram SHA1 authentication Mechanism.
class
Implements the SASL Scram SHA 256 authentication Mechanism.
class
Implements the SASL Scram SHA 256 authentication Mechanism.
class
Implements the SASL XOAUTH2 authentication Mechanism .
Creates the object that implements the SASL Mechanism represented by this enumeration.
Using the given
Mechanism
name and the provided credentials create and configure a
Mechanism
for evaluation by the selector.
Given a list of SASL mechanism names select a match from the supported types using the
configured allowed list and the given credentials.
protected boolean
Tests a given
Mechanism
instance to determine if it is applicable given the selector
configuration and the provided credentials.