Package | Description |
---|---|
psdi.security.vmm |
Modifier and Type | Method and Description |
---|---|
void |
VMMSyncListener.syncEnded(VMMSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
VMMSyncAdapter.syncEnded(VMMSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
DefaultVMMSyncAdapter.syncEnded(VMMSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
VMMSyncListener.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
VMMSyncAdapter.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
DefaultVMMSyncAdapter.syncGroup(VMMSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
VMMSyncListener.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
VMMSyncAdapter.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
DefaultVMMSyncAdapter.syncGroupMembers(VMMSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
VMMSyncListener.syncStarting(VMMSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
VMMSyncAdapter.syncStarting(VMMSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
VMMSyncListener.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
VMMSyncAdapter.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
DefaultVMMSyncAdapter.syncUser(VMMSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|