Find Join Workflow Element by DN
get
/rest/v1/admin/{dn}
Returns an Join Workflow Element by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn: string
LDAP DN of the entry to be fetched.
Query Parameters
- attributes: array
- controls: array
-
filter: string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
-
scope: string
Scope for the LDAP search operation.Allowed Values:
[ "base", "sub", "one" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Join Workflow Element GetSuccessResponse
Type:
Show Source
object-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponseThe REST message type -
searchResultEntries:
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults:
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
arrayNumber of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Join Workflow Element SearchResultEntry
Type:
Show Source
object-
attributes:
object Join Workflow Element Properties
-
dn:
string
LDAP DN of the entry to be created
Nested Schema : Join Workflow Element Properties
Type:
Show Source
object-
cn(optional):
string
CN (common name) of the entry
-
ds-cfg-dn-attribute(optional):
array ds-cfg-dn-attribute
DN syntax attributes whose DN need to be translated to that of Join WorkflowElement
-
ds-cfg-enabled:
boolean
Indicates whether the Workflow Element is enabled for use in the server.
-
ds-cfg-java-class:
string
Default Value:
com.oracle.dps.server.workflowelement.join.JoinWorkflowElementSpecifies the fully-qualified name of the Java class that provides the Join Workflow Element implementation. -
ds-cfg-join-suffix(optional):
string
Read Only:
trueThe virtual DN that will be exposed by the Join Workflow Element -
ds-cfg-password-attribute(optional):
string
Default Value:
userpasswordSpecifies the names of the attribute that contains the password in the user entry. -
ds-cfg-populate-joinedentrydn(optional):
boolean
Default Value:
falseDecides if the attribute "joinedentrydn" has to be populated in the joined entries. -
ds-cfg-save-password-on-successful-bind(optional):
boolean
Default Value:
falseIndicates whether the password should be saved in the primary entry when authentication succeeds. -
ds-cfg-virtual-attribute-creation-rule(optional):
array ds-cfg-virtual-attribute-creation-rule
Create Virtual attributes based on attributes from individual participants
-
objectclass:
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-dn-attribute
Type:
arrayDN syntax attributes whose DN need to be translated to that of Join WorkflowElement
Default Value:
Show Source
[
"member",
"uniquemember",
"memberof",
"manager"
]Nested Schema : ds-cfg-virtual-attribute-creation-rule
Type:
arrayCreate Virtual attributes based on attributes from individual participants
Show Source
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object-
ldapErrorCode(optional):
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message:
string
Error message returned returned for the operation.
-
msgType:
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponseThe REST message type