com.safeidentity.adminservice.dao.ldap
Class LdapDeployWorker

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.DeployWorker
      extended bycom.safeidentity.adminservice.dao.ldap.LdapDeployWorker

public class LdapDeployWorker
extends DeployWorker

Author:
kevin To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
 
Fields inherited from class com.safeidentity.adminservice.dao.DeployWorker
m_Locale, mBindUserCount, mBindUserOrgCount, mIsWorkStart, mUnBindUserCount, mUnBindUserOrgCount, mUserCount, mUserOrgCount
 
Constructor Summary
LdapDeployWorker(java.util.Locale locale)
           
 
Method Summary
 boolean bindSecurityContext(UserRepository ur, ServerConfig sc)
           
 void close()
           
 boolean unBindSecurityContext(UserRepository ur, ServerConfig sc)
           
 
Methods inherited from class com.safeidentity.adminservice.dao.DeployWorker
getBindUserCount, getBindUserOrgCount, getUnBindUserCount, getUnBindUserOrgCount, getUserCount, getUserOrgCount, setBindUserCount, setBindUserOrgCount, setUnBindUserCount, setUnBindUserOrgCount, setUserCount, setUserOrgCount, stopWorker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapDeployWorker

public LdapDeployWorker(java.util.Locale locale)
Parameters:
locale -
Method Detail

bindSecurityContext

public boolean bindSecurityContext(UserRepository ur,
                                   ServerConfig sc)
                            throws SFDaoException
Specified by:
bindSecurityContext in class DeployWorker
Throws:
SFDaoException

unBindSecurityContext

public boolean unBindSecurityContext(UserRepository ur,
                                     ServerConfig sc)
                              throws SFDaoException
Specified by:
unBindSecurityContext in class DeployWorker
Throws:
SFDaoException

close

public void close()


Copyright © 2004 SoftForum Corp. All Rights Reserved.