Cancel Extended Operation Handler

The Cancel Extended Operation Handler provides support for the LDAP cancel extended operation as defined in RFC 3909.

It allows clients to cancel operations initiated from earlier requests. The property ensures that both the cancel request and the operation being canceled receives response messages.

Parent

The Cancel Extended Operation Handler object inherits from Extended Operation Handler.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

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

Advanced Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Cancel Extended Operation Handler implementation.
Default Valueorg.opends.server.extensions.CancelExtendedOperation
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.
AdvancedYes
Read-OnlyNo