Class LDAPSynchroCache
- java.lang.Object
-
- org.silverpeas.core.admin.domain.driver.ldapdriver.LDAPSynchroCache
-
public class LDAPSynchroCache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LDAPSettings
driverSettings
protected Map<String,String>
userSpecificIds
-
Constructor Summary
Constructors Constructor Description LDAPSynchroCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUser(com.novell.ldap.LDAPEntry userEntry)
void
addUser(String theDN, String theId)
void
beginSynchronization()
void
endSynchronization()
String
getUserId(String theDN)
void
init(LDAPSettings driverSettings)
-
-
-
Field Detail
-
driverSettings
protected LDAPSettings driverSettings
-
-
Method Detail
-
init
public void init(LDAPSettings driverSettings)
-
beginSynchronization
public void beginSynchronization()
-
endSynchronization
public void endSynchronization()
-
addUser
public void addUser(com.novell.ldap.LDAPEntry userEntry)
-
-