Interface LDAPSynchroUserItf
-
public interface LDAPSynchroUserItf
Synchronization of the users from an LDAP service.- Author:
- c.bonin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processUsers(Collection<UserDetail> listUserCreate, Collection<UserDetail> listUserUpdate, Collection<UserDetail> listUserDelete)
-
-
-
Method Detail
-
processUsers
void processUsers(Collection<UserDetail> listUserCreate, Collection<UserDetail> listUserUpdate, Collection<UserDetail> listUserDelete) throws SilverpeasException
- Throws:
SilverpeasException
-
-