See: Description
| Interface | Description |
|---|---|
| MechanismHandler |
An interface for retrieving a
SaslServer for a session. |
| Class | Description |
|---|---|
| AbstractMechanismHandler |
An abstract class for all the MechanismHandlers, implementing some common methods
|
| AbstractSaslCallbackHandler |
Base class for all SASL
CallbackHandlers. |
| AbstractSaslServer |
An abstract class containing common parts for the SaslServer local
implementation, like the BindRequest;
|
| SaslConstants |
SASL Constants used to store informations releated to the Challenge/response
exchange during the SASL negociation.
|
| SaslFilter |
An
IoFilterAdapter that handles integrity and confidentiality protection
for a SASL bound session. |
| SimpleMechanismHandler |
A Dummy mechanism handler for Simple mechanism: not really used but needed
for the mechanism map.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.