input

Used to encapsulate events or commands sent as input to a driver or Identity Manager. All <nds> documents sent as a parameter to Identity Manager or driver interface method should contain exactly one <input>.

Example

See <nds>.

Allowed Content

Element

Description

add

Adds an object when an add event occurs.

modify

Modifies an object when a modify event occurs.

delete

Deletes an object when a delete event occurs.

rename

Renames an object when a rename event occurs.

move

Moves an object when a move event occurs

query

Query command.

query-ex

Query command with a result count limit.

query-schema

Query schema command.

add-association

Adds association command.

modify-association

Modifies an association command.

remove-association

Removes an association command.

init-params

Initialization parameters for a DriverShim, SubscriptionShim, or PublicationShim.

status

Status of the processing of a command or event.

check-password

Checks password against an eDirectory driver object.

modify-password

Modifies an object password when a modify event for a password occurs.

check-object-password

Checks password against an eDirectory object.

sync

Resynchronization or migrate event.

get-named-password

Retrieves a named password for a driver.

Attributes

None

Content Rule

( add | modify | delete | rename | move | query | query-ex | query-schema | add-association | modify-association | remove-association | init-params | status | check-password | modify-password | check-object-password | sync | get-named-password ) *

Parent Elements

Element

Description

nds

Top-level element for all Identity Manager and Driver communication.