com.stratelia.silverpeas.domains.ldapdriver
Class LDAPSynchroCache

java.lang.Object
  extended by com.stratelia.silverpeas.domains.ldapdriver.LDAPSynchroCache

public class LDAPSynchroCache
extends Object


Field Summary
protected  LDAPSettings driverSettings
           
protected  Hashtable userSpecificIds
           
 
Constructor Summary
LDAPSynchroCache()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userSpecificIds

protected Hashtable userSpecificIds

driverSettings

protected LDAPSettings driverSettings
Constructor Detail

LDAPSynchroCache

public LDAPSynchroCache()
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)

addUser

public void addUser(String theDN,
                    String theId)

getUserId

public String getUserId(String theDN)


Copyright © 2016 Silverpeas. All Rights Reserved.