Uses of Class
org.opends.server.api.SASLMechanismHandler
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of SASLMechanismHandler in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getSASLMechanismHandler
(String name) ServerContext.getSASLMechanismHandler
(String name) Retrieves the handler for the specified SASL mechanism.Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerSASLMechanismHandler
(String name, SASLMechanismHandler<?> handler) void
ServerContext.registerSASLMechanismHandler
(String name, SASLMechanismHandler<?> handler) Registers the provided SASL mechanism handler with the Directory Server. -
Uses of SASLMechanismHandler in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class provides an implementation of a SASL mechanism, as defined in RFC 4505, that does not perform any authentication.final class
This class provides an implementation of a SASL mechanism that authenticates clients through CRAM-MD5.final class
This class provides an implementation of a SASL mechanism that authenticates clients through DIGEST-MD5.final class
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.final class
This class provides an implementation of a SASL mechanism that authenticates clients through Kerberos v5 over GSSAPI.final class
This class provides an implementation of a SASL mechanism that uses plain-text authentication.final class
This class defines the SCRAM-SHA-256 SASL mechanism defined in RFCs 5802, 5803 and 7677.final class
This class defines the SCRAM-SHA-512 SASL mechanism defined in RFCs 5802, 5803 and 7677.