Extended Operation Handler

This is an abstract object type that cannot be instantiated.

Extended Operation Handlers processes the different types of extended operations in the server.

Extended Operation Handlers

The following Extended Operation Handlers are available:

These Extended Operation Handlers inherit the properties described below.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

  • None

Basic Properties

enabled

SynopsisIndicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Extended Operation Handler implementation.
Default ValueNone
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.ExtendedOperationHandler
Multi-valuedNo
RequiredYes
Admin Action RequiredThe object must be disabled and re-enabled for changes to take effect.
AdvancedNo
Read-OnlyNo