delete

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

Remarks

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

Example

<delete class-name="User" src-dn="\Sam">        <association>1012</association></delete>

Allowed Content

Element

Description

association

Unique key of the application 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.

Should be left empty for event notifications.

#IMPLIED

dest-entry-id

CDATA

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

Should be left empty for event notifications.

#IMPLIED

event-id

CDATA

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

#IMPLIED

qualified-src-dn

CDATA

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

#IMPLIED

src-dn

CDATA

The distinguished name of 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 ? , operation-data ? )

Parent Elements

Element

Description

input

Input events or commands.