Used as an event notification from the PublicationShim to Identity Manager that an object is renamed in the application. When it is used as a notification, an <association> is required. Also used as a command from Identity Manager to the SubsciptionShim to rename an object in the application. When it is used as a command, an <association> is required and is the unique key of the object to rename.
<rename> contains a <new-name> that specifies the new name.
A response to <rename> should be a <status> indicating whether or not the <rename> was processed successfully.
<rename class-name="User" src-dn="\Samuel" old-src-dn="\Sam"> <association>1012</association> <new-name>Samuel</new-name></rename>
( association ? , new-name , operation-data ? )