move

Used as an event notification from the PublicationShim to Identity Manager when an object is moved to a different container in the application. When used as a notification, an <association> is required. Also used as a command from Identity Manager to the SubsciptionShim to move an object to a different container in the application. When used as a command, an <association> is required and is the unique key of the object to move.

Remarks

<move> contains a <parent> that specifies the new container. When used as a command, the <parent> can contain an <association>. If it does not contain an association, the driver should not attempt to move the object and should return a <status> level=“warning”.

A response to <move> should be a <status> indicating whether or not the <move> is processed successfully.

Example

<move class-name="User" src-dn="\Users\Samuel" old-src-dn="\Samuel">        <association>1012</association>        <parent src-dn="\Users\">                <association>1013</association>        </parent></move>

Allowed Content

Element

Description

association

Unique key of the application object.

parent

The parent or container of an object.

operation-data

The operation adds additional custom data

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

The name of the base class of the object.

The class name is mapped between the application and eDirectory namespaces by the Schema Mapping policy so that Identity Manager sees the name in the eDirectory namespace and a driver sees the name in the application namespace.

#IMPLIED

dest-dn

CDATA

The distinguished name of the target object in the namespace of the receiver.

Reserved. Should be ignored by the driver.

#IMPLIED

dest-entry-id

CDATA

The entry ID of the target object in the namespace of the receiver.

Reserved. Should be ignored by the driver.

#IMPLIED

event-id

CDATA

An identifier used to tag the results of an event or command.

#IMPLIED

old-src-dn

CDATA

The original distinguished name of the source object that generated the event in the namespace of the sender.

#IMPLIED

qualified-old-src-dn

CDATA

The qualified version of the old-src-dn. Only used for describing objects from eDirectory.

#IMPLIED

qualified-src-dn

CDATA

The qualified version of the src-dn. Only used for describing objects from eDirectory.

#IMPLIED

src-dn

CDATA

The distinguished name of the source object that generated the event in the namespace of the sender.

The new distinguished name of the source object that generated the event in the namespace of the sender.

#IMPLIED

src-entry-id

CDATA

The entry ID of the source object that generated the event in the namespace of the sender.

Reserved. Should be ignored by the driver.

#IMPLIED

timestamp

CDATA

Reserved. Should be ignored by the driver.

#IMPLIED

Content Rule

( association ? , parent , operation-data ? )

Parent Elements

Element

Description

input

Input events or commands.