|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.ldap.handlers.bind.AbstractMechanismHandler
public abstract class AbstractMechanismHandler
An abstract class for all the MechanismHandlers, implementing some common methods
| Constructor Summary | |
|---|---|
AbstractMechanismHandler()
|
|
| Method Summary | |
|---|---|
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) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.directory.server.ldap.handlers.bind.MechanismHandler |
|---|
cleanup, handleMechanism, init |
| Constructor Detail |
|---|
public AbstractMechanismHandler()
| Method Detail |
|---|
protected void insertSaslFilter(LdapSession ldapSession)
ldapSession - the LdapSession instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||