Note: this component has a complexity level of "expert", which means that objects of this type are not expected to be created or altered. Please contact support for assistance if you believe that you have a need to create or modify this type of object.
Note: this is an abstract component that cannot be instantiated.
Intermediate Request Processors don't handle requests directly, but pass these requests to one or more subordinate request processors. Subordinate request processors are initialized prior to Intermediate Request Processors.
↓Direct Subcomponents
↓Parent Component
↓Relations from This Component
↓Properties
↓dsconfig Usage
The following Intermediate Request Processors are available in the server :
These Intermediate Request Processors inherit from the properties described below.
The Intermediate Request Processor component inherits from the Request Processor
The following components have a direct aggregation relation from Intermediate Request Processors:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
↓ enabled | |
↓ allowed-operation | |
↓ subordinate-request-processor |
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 |
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 |
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 |
Description | Specifies the request processors that will handle the requests received by this Intermediate Request Processor. |
Default Value | None |
Allowed Values | The DN of any Request Processor. |
Multi-Valued | Yes |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
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}