public abstract class AbstractMechanismHandler extends java.lang.Object implements MechanismHandler
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
A logger for this class
|
| Constructor and Description |
|---|
AbstractMechanismHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
insertSaslFilter(LdapSession ldapSession)
Inject a SaslFilter into the Filter chain, to deal with modified
PDU sent when some mechanisms have been negotiated (DIGEST-MD5, GSSAPI,
for instance)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanup, handleMechanism, initprotected void insertSaslFilter(LdapSession ldapSession)
ldapSession - the LdapSession instance