|
||||||||||
| 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.DigestMd5MechanismHandler
public class DigestMd5MechanismHandler
The DIGEST-MD5 mechanism handler.
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.server.ldap.handlers.bind.MechanismHandler |
|---|
SASL_CONTEXT |
| Constructor Summary | |
|---|---|
DigestMd5MechanismHandler()
|
|
| Method Summary | |
|---|---|
javax.security.sasl.SaslServer |
handleMechanism(org.apache.mina.common.IoSession session,
org.apache.directory.shared.ldap.message.BindRequest bindRequest)
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require. |
void |
setDirectoryService(DirectoryService directoryService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestMd5MechanismHandler()
| Method Detail |
|---|
public void setDirectoryService(DirectoryService directoryService)
public javax.security.sasl.SaslServer handleMechanism(org.apache.mina.common.IoSession session,
org.apache.directory.shared.ldap.message.BindRequest bindRequest)
throws java.lang.Exception
MechanismHandlerSaslServer to create and what initialization parameters it will require.
handleMechanism in interface MechanismHandlerSaslServer to use for the duration of the bound session.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||