Directory Proxy Server Documentation Index
Configuration Reference Home

Request Processor

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

Request Processors are used to ensure that requested operations are processed within the server.

Operations processed using a Request Processor may be processed in the local server (e.g., using a backend) or may be sent to an external system (e.g., using chaining or proxying).

Direct Subcomponents
Relations to This Component
Properties
dsconfig Usage

Direct Subcomponents

The following Request Processors are available in the server :

These Request Processors inherit from the properties described below.

Relations to This Component

The following components have a direct aggregation relation to Request Processors:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ enabled
↓ allowed-operation

Basic Properties

description

Description
A description for this Request Processor
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

enabled

Description
Indicates whether this Request Processor is enabled for use in the Directory Proxy Server.
Default Value
true
Allowed Values
true
false
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

allowed-operation

Description
Specifies the types of operations that this Request Processor may be requested to process.
Default Value
abandon
add
bind
compare
delete
extended
modify
modify-dn
search
Allowed Values
abandon - This Request Processor may be used to process abandon operations.

add - This Request Processor may be used to process add operations.

bind - This Request Processor may be used to process bind operations.

compare - This Request Processor may be used to process compare operations.

delete - This Request Processor may be used to process delete operations.

extended - This Request Processor may be used to process extended operations.

modify - This Request Processor may be used to process modify operations.

modify-dn - This Request Processor may be used to process modify DN operations.

search - This Request Processor may be used to process search operations.
Multi-Valued
Yes
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Request Processors:

dsconfig list-request-processors
     [--property {propertyName}] ...

To view the configuration for an existing Request Processor:

dsconfig get-request-processor-prop
     --processor-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Request Processor:

dsconfig set-request-processor-prop
     --processor-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Request Processor:

dsconfig delete-request-processor
     --processor-name {name}