
Public Member Functions | |
| Manager () | |
| Constructor. | |
| void | DisableSyncService (bool Disable) |
| Method to disable the synchronization service true - disables false - enables the synchronization service Note! once enabled the service will enter a synchronization cycle ignoring the configured sync interval time. | |
| void | SyncNow () |
| Tells the sync service to immediately start a synchronization cycle. | |
| ServiceInfo | GetSyncServiceInfo () |
| Get the current status of the identity sync service thread status could be: Disabled Working Waiting Authentication Failure etc.. | |
| LastSyncInfo | GetLastSyncInfo () |
| Get detailed information about the last synchronization cycle. | |
| void | SetDeleteMemberGracePeriod (int Seconds) |
| Method to set the grace period a member is given before they are removed from the domain. Members are disabled during this grace period. Represented in seconds. | |
| void | SetSynchronizationInterval (int Seconds) |
| Method to set the synchronization interval for the sync engine. Represented in seconds. | |
| Simias::IdentitySync::Manager::Manager | ( | ) | [inline] |
Constructor.
| ServiceInfo Simias::IdentitySync::Manager::GetSyncServiceInfo | ( | ) | [inline] |
Get the current status of the identity sync service thread status could be: Disabled Working Waiting Authentication Failure etc..
returns>a serviceinfo object
| LastSyncInfo Simias::IdentitySync::Manager::GetLastSyncInfo | ( | ) | [inline] |
Get detailed information about the last synchronization cycle.
| void Simias::IdentitySync::Manager::SetDeleteMemberGracePeriod | ( | int | Seconds | ) | [inline] |
Method to set the grace period a member is given before they are removed from the domain. Members are disabled during this grace period. Represented in seconds.
| void Simias::IdentitySync::Manager::SetSynchronizationInterval | ( | int | Seconds | ) | [inline] |
Method to set the synchronization interval for the sync engine. Represented in seconds.
1.5.6