Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

If not starting with an empty database, the following changes are needed:

SYNCOPE-422

Wiki MarkupChange triggered audit _logName_ in your _SyncopeLogger_ table.
The new syntax is: *syncope.audit.\[type\]:\[category\]:\[subcategory\]:\[event\]:\[result condition\]*.
Take a look at the following samples.

Code Block
[REST]:[AuthenticationController]:[]:[getEntitlements]:[SUCCESS] (successful getEntitlement operation)
[PropagationTask]:[]:[]:[]:[SUCCESS] (successful propagation)
[SyncTask]:[]:[]:[]:[FAILURE] (unsuccessful synchronization)
[CUSTOM]:[]:[]:[my custome event]:[FAILURE] (custome event raised by a custom extension)
...

SYNCOPE-423

...

Change triggered notification _events_ in your _Notification_events_ table.
The new syntax is: *\[type\]:\[category\]:\[subcategory\]:\[event\]:\[result condition\]*.
Take a look at the following samples.

Code Block
[REST]:[UserController]:[]:[update]:[SUCCESS] (successful user update)
[REST]:[RoleController]:[]:[delete]:[FAILURE] (unsuccessful role delete)
[PropagationTask]:[user]:[resource-ldap]:[create]:[SUCCESS] (successful user create onto resource-ldap resource)
[SyncTask]:[role]:[resource-csv]:[update]:[SUCCESS] (successful role update during resource-csv synchronization)
[CUSTOM]:[]:[]:[my custome event]:[SUCCESS] (custome event raised by a custom extension)
...

...