Configuration Reference Home
OpenDS - Extended Operation Handler

Extended Operation Handler

Note: this is an abstract component, that cannot be instantiated.

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

Direct Subcomponents

The following Extended Operation Handlers are available in the server :

These Extended Operation Handlers inherit from the properties described below.




This page describes the Extended Operation Handler:


Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled  None
↓ 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

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Extended Operation Handler implementation.
Default Value
None
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 Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
No
Read-only
No


LDAP Mapping

Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.

Base DN
cn=Extended Operations,cn=config
objectclass name
ds-cfg-extended-operation-handler
objectclass superior
top

Property
LDAP attribute
enabled
ds-cfg-enabled
java-class
ds-cfg-java-class