Uses of Class
org.opends.server.api.ExtendedOperationHandler
Packages that use ExtendedOperationHandler
Package
Description
This package contains the main class of the leader based replication.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of ExtendedOperationHandler in org.forgerock.opendj.server.leaderbasedreplication
Modifier and TypeClassDescriptionfinal class
Implements the RegistrationToCore extended operation that is sent by a replica to the core. -
Uses of ExtendedOperationHandler in org.opends.server.core
Methods in org.opends.server.core that return ExtendedOperationHandlerModifier and TypeMethodDescriptionDirectoryServer.getExtendedOperationHandler
(String oid) ServerContext.getExtendedOperationHandler
(String oid) Returns The handler for the specified extended operation's OID, ornull
if there is none.Methods in org.opends.server.core with parameters of type ExtendedOperationHandlerModifier and TypeMethodDescriptionvoid
DirectoryServer.registerSupportedExtension
(String oid, ExtendedOperationHandler<?> handler) void
ServerContext.registerSupportedExtension
(String oid, ExtendedOperationHandler<?> handler) Registers the provided extended operation handler with the Directory Server. -
Uses of ExtendedOperationHandler in org.opends.server.crypto
Subclasses of ExtendedOperationHandler in org.opends.server.cryptoModifier and TypeClassDescriptionfinal class
This class implements the get symmetric key extended operation, an OpenDS proprietary extension used for distribution of symmetric keys amongst servers. -
Uses of ExtendedOperationHandler in org.opends.server.extensions
Subclasses of ExtendedOperationHandler in org.opends.server.extensionsModifier and TypeClassDescriptionfinal class
This class implements the LDAP cancel extended operation defined in RFC 3909.final class
This class implements the "Get Connection ID" extended operation that can be used to get the connection ID of the associated client connection.final class
This class implements the password modify extended operation defined in RFC 3062.final class
This class implements an LDAP extended operation that can be used to query and update elements of the Directory Server password policy state for a given user.final class
This class provides an implementation of the StartTLS extended operation as defined in RFC 2830.final class
This class implements the "Who Am I?" extended operation defined in RFC 4532.