Uses of Class
org.opends.server.api.SASLMechanismHandler
Packages that use 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
Methods in org.opends.server.core that return SASLMechanismHandlerModifier and TypeMethodDescriptionDirectoryServer.getSASLMechanismHandler
(String name) ServerContext.getSASLMechanismHandler
(String name) Retrieves the handler for the specified SASL mechanism.Methods in org.opends.server.core with parameters of type SASLMechanismHandlerModifier 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
Subclasses of SASLMechanismHandler in org.opends.server.extensionsModifier 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.