Configuration Reference Home
Oracle Unified Directory - Ad Paging Workflow Element

Ad Paging Workflow Element

The Ad Paging Workflow Element is used to perform additional treatment for attributes that may contain the range option of an Active Directory server. When an attribute has too many values, an Active Directory server will return a subset of the values with an associated range that is embedded as an option in the attribute type. This workflow element concatenates all the values received by the Active Directory to allow all values to be retrieved. To avoid that all attributes are checked against the presence of a range option, a specific list of attributes to handle can be provided. Note that the use of this workflow element is relevant only if an Active Directory server is involved in the chain of workflow elements.

Parent Component

The Ad Paging Workflow Element component inherits from the Workflow Element

Relations From this Component

The following components have a direct AGGREGATION relation FROM Ad Paging Workflow Elements :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ handled-attributes
↓ next-workflow-element

Basic Properties

enabled

Description
Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

handled-attributes

Description
The list of attributes handled for Active Directory range option. When entries are returned, this list specifies which attributes will be treated as potential owner of Active Directory range option. If the list is empty then all attributes will be examined to detect if a range option is present. If the list contains one or more attribute types, only those attributes will be handled. In brief, specifying a list of attributes is less resource consuming.
Default Value
Only the attributes contained in the list will be handled.
Allowed Values
A String
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

next-workflow-element

Description
The next workflow element in the workflow.
Default Value
None
Allowed Values
The DN of any Workflow Element.
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 Ad Paging Workflow Element implementation.
Default Value
com.sun.workflowelement.adpaging.AdPagingWorkflowElement
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.workflowelement.WorkflowElement
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.