Interface SingleUserSyncService<T>
- All Known Implementing Classes:
LdapSingleUserSyncService
,SingleUserSyncServiceImpl
public interface SingleUserSyncService<T>
- Author:
- Kochetkov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteUsers
(Collection<User> users) synchronizeUser
(T userFromSource, User userFromDbOptional)
-
Method Details
-
synchronizeUser
-
deleteUsers
-