Package | Description |
---|---|
org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
org.apache.directory.server.ldap.handlers |
Provides LDAP message handlers that implement
MessageHandler . |
org.apache.directory.server.ldap.handlers.bind |
Contains the implementation of LDAP binds
with Simple and SASL authentication mechanisms.
|
org.apache.directory.server.ldap.handlers.bind.cramMD5 | |
org.apache.directory.server.ldap.handlers.bind.digestMD5 | |
org.apache.directory.server.ldap.handlers.bind.gssapi | |
org.apache.directory.server.ldap.handlers.bind.ntlm | |
org.apache.directory.server.ldap.handlers.bind.plain |
Modifier and Type | Method and Description |
---|---|
MechanismHandler |
LdapServer.addSaslMechanismHandler(String mechanism,
MechanismHandler handler) |
MechanismHandler |
LdapServer.getMechanismHandler(String mechanism) |
MechanismHandler |
LdapServer.removeSaslMechanismHandler(String mechanism) |
Modifier and Type | Method and Description |
---|---|
Map<String,MechanismHandler> |
LdapServer.getSaslMechanismHandlers() |
Modifier and Type | Method and Description |
---|---|
MechanismHandler |
LdapServer.addSaslMechanismHandler(String mechanism,
MechanismHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
LdapServer.setSaslMechanismHandlers(Map<String,MechanismHandler> saslMechanismHandlers) |
Modifier and Type | Method and Description |
---|---|
void |
BindHandler.setSaslMechanismHandlers(Map<String,MechanismHandler> handlers)
Set the mechanisms handler map.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMechanismHandler
An abstract class for all the MechanismHandlers, implementing some common methods
|
class |
SimpleMechanismHandler
A Dummy mechanism handler for Simple mechanism: not really used but needed
for the mechanism map.
|
Modifier and Type | Class and Description |
---|---|
class |
CramMd5MechanismHandler
The CRAM-MD Sasl mechanism handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestMd5MechanismHandler
The DIGEST-MD5 mechanism handler.
|
Modifier and Type | Class and Description |
---|---|
class |
GssapiMechanismHandler
The GSSAPI Sasl mechanism handler.
|
Modifier and Type | Class and Description |
---|---|
class |
NtlmMechanismHandler
A handler for the NTLM Sasl and GSS-SPNEGO mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainMechanismHandler
A handler for the PLAIN Sasl mechanism.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.