Package ch.ivyteam.ivy.security.synch
Interface SynchronizationListener
Deprecated, for removal: This API element is subject to removal in a future version.
the listener is no longer supported. It will no longer be called.
A listener that gets notifications from a manually
started
security system synchronization.- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFinished(UpdateEvent finalEvent) Deprecated, for removal: This API element is subject to removal in a future version.Called when the asynchronous synchronization job has finished.voidDeprecated, for removal: This API element is subject to removal in a future version.voidhandleUpdate(UpdateEvent updateEvent) Deprecated, for removal: This API element is subject to removal in a future version.Called when the synchronization job analyzed a new user for update/delete/keep/add modification
-
Method Details
-
handleLog
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
level-message-exception- maynullif the log source was not a catched exception- API:
- This public API is available in Java.
-
handleUpdate
Deprecated, for removal: This API element is subject to removal in a future version.Called when the synchronization job analyzed a new user for update/delete/keep/add modification- Parameters:
updateEvent-- API:
- This public API is available in Java.
-
handleFinished
Deprecated, for removal: This API element is subject to removal in a future version.Called when the asynchronous synchronization job has finished.- Parameters:
finalEvent- describes the final count of synchronizedusers.- API:
- This public API is available in Java.
-