Configuration Reference Home
OpenDJ Server - Cancel Extended Operation Handler

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 Component

The Cancel Extended Operation Handler component inherits from the Extended Operation Handler

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class

Basic Properties

enabled

Description
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Cancel Extended Operation Handler implementation.
Default Value
org.opends.server.extensions.CancelExtendedOperation
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.ExtendedOperationHandler
Multi-valued
No
Required
Yes
Admin Action Required
The Cancel Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No