AbstractMechanism |
Base class for SASL Authentication Mechanism that implements the basic
methods of a Mechanism class.
|
Mechanism |
Interface for all SASL authentication mechanism implementations.
|
SaslAuthenticator |
Handles SASL traffic from the proton engine and drives the authentication process
|
SaslCredentialsProvider |
Interface for a supplier of login credentials used by the SASL Authenticator to
select and configure the client SASL mechanism.
|
SaslMechanisms |
Enumeration of all SASL Mechanisms supported by the client, order should be from most secure
to least secure.
|
SaslMechanismSelector |
Client side mechanism used to select a matching mechanism from the server offered list of
mechanisms.
|