Add, Search, Compare or Delete Secondary ForkJoin Participant
post
/rest/v1/admin
Add, Search, Compare or Delete Secondary ForkJoin Participant
Request
Supported Media Types
- application/json
Secondary ForkJoin Participant that needs to be created
Root Schema : Secondary ForkJoin Participant POSTRequest
Type:
Show Source
object
-
assertion:
string
Assertion string for the LDAP compare operation. Note: To be used only while performing LDAP compare operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest.
-
attributes:
object Secondary ForkJoin Participant Properties
-
base:
string
Search Base DN to be used for the LDAP search operation. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest. It is also mandatory for such operation
-
controls:
array controls
LDAP controls to be sent to server for the LDAP operation.
-
dn:
string
LDAP DN of the entry to be created or deleted or compared. Note: To be used only while performing LDAP add, delete or compare operations, i.e, if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest, urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequest or urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest.It is mandatory for such operations.
-
filter:
string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax. Note: To be used only while performing LDAP search operation using POST request, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
-
msgType(required):
string
Allowed Values:
[ "urn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest" ]
The REST message type -
requiredAttributes:
array requiredAttributes
List of attributes to be fetched for the entry. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
-
scope:
string
Allowed Values:
[ "base", "sub", "one" ]
Scope for the LDAP search operation. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
Nested Schema : Secondary ForkJoin Participant Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-enabled-operation:
array ds-cfg-enabled-operation
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
-
ds-cfg-join-condition:
string
Only the entries satisfying the join condition are considered for join in this participant where the condition is defined. It is of the LDAPFilter syntax.
-
ds-cfg-join-policy(required):
string
Default Value:
left-outer-join
Allowed Values:[ "full-outer-join", "left-outer-join", "standard-join" ]
The Join policy configuration for this ForkJoin WorkflowElement, which decides whatentries are returned from Search Operation. This is analogous to Database join. It can be one of the following: 1) standard-join 2) left-outer-join 3) full-outer-join -
ds-cfg-joiner-type(required):
string
Default Value:
one-to-one
Allowed Values:[ "many-to-one", "one-to-many", "one-to-one", "shadow" ]
The Joiner Type used to join two participants defined in this participant configuration. It can be one of the following. 1. OneToOne 2. OneToMany 3. ManyToOne 4. Shadow -
ds-cfg-non-retrievable-attribute:
array ds-cfg-non-retrievable-attribute
Defines the list of non-retrievable attributes for this participant
-
ds-cfg-non-storable-attribute:
array ds-cfg-non-storable-attribute
Defines the list of non-storable attributes for this participant. This overrides the storable list.
-
ds-cfg-participant-bind-priority:
integer(int32)
Default Value:
0
Determines the priority of this participant when serving bind requests, if BIND is specified as enabled operation in this participant. It can take any values greater than or equal to zero. The priority decreases as the number increases - Lower the number, higher the priority; 0 being the highest priority. -
ds-cfg-participant-criticality:
string
Default Value:
true
Allowed Values:[ "false", "partial", "true" ]
When a search operation done against a participant fails due to a communication error, Join WorkflowElement reacts based on the Criticality setting. It can be set to one of the following values - true, false, partial. Criticality is honored only for Search operations. -
ds-cfg-participant-dn(required):
string
The real DN that is exposed by the participating workflow element
-
ds-cfg-participants-join-rule(required):
string
Default Value:The join rule defined between the primary and the secondary participants, that is used to join entries between them. It is of the LDAPFilter syntax containing multiple components mixed with AND/OR/NOT, with each component of the form [attributeName]=[attributeName], where the right [attributeName] refers to the primary participant and the left [attributeName] refers to the secondary participant. [attributeName] are substitued with actual values.
-
ds-cfg-participating-workflow-element(required):
string
Name of the Participating WorkFlow Element
-
ds-cfg-retrievable-attribute:
array ds-cfg-retrievable-attribute
Defines the list of retrievable attributes for this participant
-
ds-cfg-storable-attribute:
array ds-cfg-storable-attribute
Defines the list of storable attributes for this participant
-
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : controls
Type:
array
LDAP controls to be sent to server for the LDAP operation.
Show Source
Nested Schema : requiredAttributes
Type:
array
List of attributes to be fetched for the entry. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
Show Source
Nested Schema : ds-cfg-enabled-operation
Type:
array
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
Default Value:
[
"search",
"compare",
"delete",
"modify"
]
Allowed Values:
Show Source
[
"add",
"bind",
"compare",
"delete",
"modify",
"modifydn",
"search"
]
Nested Schema : ds-cfg-non-retrievable-attribute
Type:
array
Defines the list of non-retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-non-storable-attribute
Type:
array
Defines the list of non-storable attributes for this participant. This overrides the storable list.
Show Source
Nested Schema : ds-cfg-retrievable-attribute
Type:
array
Defines the list of retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-storable-attribute
Type:
array
Defines the list of storable attributes for this participant
Show Source
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Secondary ForkJoin Participant SuccessResponse
Type:
Show Source
object
-
compareResult:
boolean
Indicates the result of LDAP compare operation.
-
msgType(required):
string
Allowed Values:
[ "urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse", "urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteResponse", "urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareResponse" ]
The REST message type -
searchResultEntries(required):
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Secondary ForkJoin Participant SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Secondary ForkJoin Participant Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Secondary ForkJoin Participant Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-enabled-operation:
array ds-cfg-enabled-operation
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
-
ds-cfg-join-condition:
string
Only the entries satisfying the join condition are considered for join in this participant where the condition is defined. It is of the LDAPFilter syntax.
-
ds-cfg-join-policy(required):
string
Default Value:
left-outer-join
Allowed Values:[ "full-outer-join", "left-outer-join", "standard-join" ]
The Join policy configuration for this ForkJoin WorkflowElement, which decides whatentries are returned from Search Operation. This is analogous to Database join. It can be one of the following: 1) standard-join 2) left-outer-join 3) full-outer-join -
ds-cfg-joiner-type(required):
string
Default Value:
one-to-one
Allowed Values:[ "many-to-one", "one-to-many", "one-to-one", "shadow" ]
The Joiner Type used to join two participants defined in this participant configuration. It can be one of the following. 1. OneToOne 2. OneToMany 3. ManyToOne 4. Shadow -
ds-cfg-non-retrievable-attribute:
array ds-cfg-non-retrievable-attribute
Defines the list of non-retrievable attributes for this participant
-
ds-cfg-non-storable-attribute:
array ds-cfg-non-storable-attribute
Defines the list of non-storable attributes for this participant. This overrides the storable list.
-
ds-cfg-participant-bind-priority:
integer(int32)
Default Value:
0
Determines the priority of this participant when serving bind requests, if BIND is specified as enabled operation in this participant. It can take any values greater than or equal to zero. The priority decreases as the number increases - Lower the number, higher the priority; 0 being the highest priority. -
ds-cfg-participant-criticality:
string
Default Value:
true
Allowed Values:[ "false", "partial", "true" ]
When a search operation done against a participant fails due to a communication error, Join WorkflowElement reacts based on the Criticality setting. It can be set to one of the following values - true, false, partial. Criticality is honored only for Search operations. -
ds-cfg-participant-dn(required):
string
The real DN that is exposed by the participating workflow element
-
ds-cfg-participants-join-rule(required):
string
Default Value:The join rule defined between the primary and the secondary participants, that is used to join entries between them. It is of the LDAPFilter syntax containing multiple components mixed with AND/OR/NOT, with each component of the form [attributeName]=[attributeName], where the right [attributeName] refers to the primary participant and the left [attributeName] refers to the secondary participant. [attributeName] are substitued with actual values.
-
ds-cfg-participating-workflow-element(required):
string
Name of the Participating WorkFlow Element
-
ds-cfg-retrievable-attribute:
array ds-cfg-retrievable-attribute
Defines the list of retrievable attributes for this participant
-
ds-cfg-storable-attribute:
array ds-cfg-storable-attribute
Defines the list of storable attributes for this participant
-
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-enabled-operation
Type:
array
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
Default Value:
[
"search",
"compare",
"delete",
"modify"
]
Allowed Values:
Show Source
[
"add",
"bind",
"compare",
"delete",
"modify",
"modifydn",
"search"
]
Nested Schema : ds-cfg-non-retrievable-attribute
Type:
array
Defines the list of non-retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-non-storable-attribute
Type:
array
Defines the list of non-storable attributes for this participant. This overrides the storable list.
Show Source
Nested Schema : ds-cfg-retrievable-attribute
Type:
array
Defines the list of retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-storable-attribute
Type:
array
Defines the list of storable attributes for this participant
Show Source
201 Response
Created
Root Schema : Secondary ForkJoin Participant ADDResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:AddResponse
The REST message type -
searchResultEntries(required):
array searchResultEntries
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : Secondary ForkJoin Participant SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Secondary ForkJoin Participant Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Secondary ForkJoin Participant Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-enabled-operation:
array ds-cfg-enabled-operation
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
-
ds-cfg-join-condition:
string
Only the entries satisfying the join condition are considered for join in this participant where the condition is defined. It is of the LDAPFilter syntax.
-
ds-cfg-join-policy(required):
string
Default Value:
left-outer-join
Allowed Values:[ "full-outer-join", "left-outer-join", "standard-join" ]
The Join policy configuration for this ForkJoin WorkflowElement, which decides whatentries are returned from Search Operation. This is analogous to Database join. It can be one of the following: 1) standard-join 2) left-outer-join 3) full-outer-join -
ds-cfg-joiner-type(required):
string
Default Value:
one-to-one
Allowed Values:[ "many-to-one", "one-to-many", "one-to-one", "shadow" ]
The Joiner Type used to join two participants defined in this participant configuration. It can be one of the following. 1. OneToOne 2. OneToMany 3. ManyToOne 4. Shadow -
ds-cfg-non-retrievable-attribute:
array ds-cfg-non-retrievable-attribute
Defines the list of non-retrievable attributes for this participant
-
ds-cfg-non-storable-attribute:
array ds-cfg-non-storable-attribute
Defines the list of non-storable attributes for this participant. This overrides the storable list.
-
ds-cfg-participant-bind-priority:
integer(int32)
Default Value:
0
Determines the priority of this participant when serving bind requests, if BIND is specified as enabled operation in this participant. It can take any values greater than or equal to zero. The priority decreases as the number increases - Lower the number, higher the priority; 0 being the highest priority. -
ds-cfg-participant-criticality:
string
Default Value:
true
Allowed Values:[ "false", "partial", "true" ]
When a search operation done against a participant fails due to a communication error, Join WorkflowElement reacts based on the Criticality setting. It can be set to one of the following values - true, false, partial. Criticality is honored only for Search operations. -
ds-cfg-participant-dn(required):
string
The real DN that is exposed by the participating workflow element
-
ds-cfg-participants-join-rule(required):
string
Default Value:The join rule defined between the primary and the secondary participants, that is used to join entries between them. It is of the LDAPFilter syntax containing multiple components mixed with AND/OR/NOT, with each component of the form [attributeName]=[attributeName], where the right [attributeName] refers to the primary participant and the left [attributeName] refers to the secondary participant. [attributeName] are substitued with actual values.
-
ds-cfg-participating-workflow-element(required):
string
Name of the Participating WorkFlow Element
-
ds-cfg-retrievable-attribute:
array ds-cfg-retrievable-attribute
Defines the list of retrievable attributes for this participant
-
ds-cfg-storable-attribute:
array ds-cfg-storable-attribute
Defines the list of storable attributes for this participant
-
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-enabled-operation
Type:
array
This participant participates only in those LDAP operations specified in this parameter. By default, it participates only in SEARCH, COMPARE, DELETE and MODIFY operations. If BIND operation is specified in enabled operations, then the bind priority configured is honoured. Else, it is not.
Default Value:
[
"search",
"compare",
"delete",
"modify"
]
Allowed Values:
Show Source
[
"add",
"bind",
"compare",
"delete",
"modify",
"modifydn",
"search"
]
Nested Schema : ds-cfg-non-retrievable-attribute
Type:
array
Defines the list of non-retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-non-storable-attribute
Type:
array
Defines the list of non-storable attributes for this participant. This overrides the storable list.
Show Source
Nested Schema : ds-cfg-retrievable-attribute
Type:
array
Defines the list of retrievable attributes for this participant
Show Source
Nested Schema : ds-cfg-storable-attribute
Type:
array
Defines the list of storable attributes for this participant
Show Source
204 Response
No content
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
ldapErrorCode:
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message(required):
string
Error message returned returned for the operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type