Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
static SASLMechanismHandler<?> |
DirectoryServer.getSASLMechanismHandler(String name)
Retrieves the handler for the specified SASL mechanism.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerSASLMechanismHandler(String name,
SASLMechanismHandler<?> handler)
Registers the provided SASL mechanism handler with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AnonymousSASLMechanismHandler
This class provides an implementation of a SASL mechanism, as defined in RFC 4505, that does not perform any
authentication.
|
class |
CRAMMD5SASLMechanismHandler
This class provides an implementation of a SASL mechanism that uses digest authentication via CRAM-MD5.
|
class |
DigestMD5SASLMechanismHandler
This class provides an implementation of a SASL mechanism that authenticates clients through DIGEST-MD5.
|
class |
ExternalSASLMechanismHandler
This class provides an implementation of a SASL mechanism that relies on some form of authentication that has already
been done outside the LDAP layer.
|
class |
GSSAPISASLMechanismHandler
This class provides an implementation of a SASL mechanism that authenticates clients through Kerberos v5 over GSSAPI.
|
class |
PlainSASLMechanismHandler
This class provides an implementation of a SASL mechanism that uses plain-text authentication.
|
Copyright 2010-2022 ForgeRock AS.