Interface LdapSynchronizationService
- All Known Implementing Classes:
LdapSynchronizationServiceImpl
public interface LdapSynchronizationService
- Since:
- 1.0.0
- Author:
- Marc Vanbrabant
-
Method Summary
Modifier and TypeMethodDescriptionboolean
synchronizeData
(LdapUserDirectory ldapUserDirectory) Synchronize all users and groups from the corresponding ldap service.
-
Method Details
-
synchronizeData
Synchronize all users and groups from the corresponding ldap service.- Parameters:
ldapUserDirectory
- instance- Returns:
- true if synchronization started, false if there was already a synchronization busy
-