dsconfig list-extended-operation-handlers — Lists existing Extended Operation Handlers
dsconfig list-extended-operation-handlers
{options}
The dsconfig list-extended-operation-handlers command takes the following options:
--property {property}
The name of a property to be displayed.
Extended Operation Handler properties depend on the Extended Operation Handler type, which depends on the {property} you provide.
By default, OpenDJ directory server supports the following Extended Operation Handler types:
Default {property}: Cancel Extended Operation Handler
Enabled by default: true
See the section called “Cancel Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Get Connection Id Extended Operation Handler
Enabled by default: true
See the section called “Get Connection Id Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Get Symmetric Key Extended Operation Handler
Enabled by default: true
See the section called “Get Symmetric Key Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Password Modify Extended Operation Handler
Enabled by default: true
See the section called “Password Modify Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Password Policy State Extended Operation Handler
Enabled by default: true
See the section called “Password Policy State Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Start TLS Extended Operation Handler
Enabled by default: true
See the section called “Start TLS Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {property}: Who Am I Extended Operation Handler
Enabled by default: true
See the section called “Who Am I Extended Operation Handler” for the properties of this Extended Operation Handler type.
-z | --unit-size {unit}
Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes).
Extended Operation Handler properties depend on the Extended Operation Handler type, which depends on the {unit} you provide.
By default, OpenDJ directory server supports the following Extended Operation Handler types:
Default {unit}: Cancel Extended Operation Handler
Enabled by default: true
See the section called “Cancel Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Get Connection Id Extended Operation Handler
Enabled by default: true
See the section called “Get Connection Id Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Get Symmetric Key Extended Operation Handler
Enabled by default: true
See the section called “Get Symmetric Key Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Password Modify Extended Operation Handler
Enabled by default: true
See the section called “Password Modify Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Password Policy State Extended Operation Handler
Enabled by default: true
See the section called “Password Policy State Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Start TLS Extended Operation Handler
Enabled by default: true
See the section called “Start TLS Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Who Am I Extended Operation Handler
Enabled by default: true
See the section called “Who Am I Extended Operation Handler” for the properties of this Extended Operation Handler type.
-m | --unit-time {unit}
Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks).
Extended Operation Handler properties depend on the Extended Operation Handler type, which depends on the {unit} you provide.
By default, OpenDJ directory server supports the following Extended Operation Handler types:
Default {unit}: Cancel Extended Operation Handler
Enabled by default: true
See the section called “Cancel Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Get Connection Id Extended Operation Handler
Enabled by default: true
See the section called “Get Connection Id Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Get Symmetric Key Extended Operation Handler
Enabled by default: true
See the section called “Get Symmetric Key Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Password Modify Extended Operation Handler
Enabled by default: true
See the section called “Password Modify Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Password Policy State Extended Operation Handler
Enabled by default: true
See the section called “Password Policy State Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Start TLS Extended Operation Handler
Enabled by default: true
See the section called “Start TLS Extended Operation Handler” for the properties of this Extended Operation Handler type.
Default {unit}: Who Am I Extended Operation Handler
Enabled by default: true
See the section called “Who Am I Extended Operation Handler” for the properties of this Extended Operation Handler type.
Extended Operation Handlers of type cancel-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Cancel Extended Operation Handler implementation.
org.opends.server.extensions.CancelExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type get-connection-id-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Get Connection Id Extended Operation Handler implementation.
org.opends.server.extensions.GetConnectionIDExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type get-symmetric-key-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Get Symmetric Key Extended Operation Handler implementation.
org.opends.server.crypto.GetSymmetricKeyExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type password-modify-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the name of the identity mapper that should be used in conjunction with the password modify extended operation. This property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
None
The DN of any Identity Mapper. The referenced identity mapper must be enabled when the Password Modify Extended Operation Handler is enabled.
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
org.opends.server.extensions.PasswordModifyExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type password-policy-state-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Password Policy State Extended Operation Handler implementation.
org.opends.server.extensions.PasswordPolicyStateExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type start-tls-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Start TLS Extended Operation Handler implementation.
org.opends.server.extensions.StartTLSExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No
Extended Operation Handlers of type who-am-i-extended-operation-handler have the following properties:
Indicates whether the Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
None
true
false
No
Yes
None
No
No
Specifies the fully-qualified name of the Java class that provides the Who Am I Extended Operation Handler implementation.
org.opends.server.extensions.WhoAmIExtendedOperation
A Java class that implements or extends the class(es): org.opends.server.api.ExtendedOperationHandler
No
Yes
The Extended Operation Handler must be disabled and re-enabled for changes to this setting to take effect
Yes (Use --advanced in interactive mode.)
No