com.safeidentity.adminservice.dao.ldap.schema
Class LdapCommon

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.ldap.schema.LdapCommon
Direct Known Subclasses:
CriticalPath, IBMDirectory, LdapSchemaUtil, LdapTool, OracleDirectory, SunDirecotry

public class LdapCommon
extends java.lang.Object

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

Constructor Summary
LdapCommon()
           
 
Method Summary
protected  javax.naming.directory.DirContext bind(java.util.Hashtable env)
          LdapÀÇ DirContext¸¦ ¾ò¾î¿Â´Ù.
protected  java.util.Hashtable getLdapEnv(ServerConfig config)
           
protected  void unbind(javax.naming.directory.DirContext ctx)
          LdapÀÇ DirContext ¸®¼Ò½º¸¦ ¹ÝȯÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapCommon

public LdapCommon()
Method Detail

getLdapEnv

protected java.util.Hashtable getLdapEnv(ServerConfig config)

bind

protected javax.naming.directory.DirContext bind(java.util.Hashtable env)
LdapÀÇ DirContext¸¦ ¾ò¾î¿Â´Ù.

Parameters:
env - Ldap¿¡ ¿¬°áÇϱâ À§ÇÑ È¯°æ ¼³Á¤ Á¤º¸
Returns:
LdapÀÇ DirContext

unbind

protected void unbind(javax.naming.directory.DirContext ctx)
LdapÀÇ DirContext ¸®¼Ò½º¸¦ ¹ÝȯÇÑ´Ù.

Parameters:
ctx - ¸®¼Ò½º¸¦ ¹ÝȯÇÒ LdapÀÇ DirContext


Copyright © 2004 SoftForum Corp. All Rights Reserved.