All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.ldap.netscape.LDAPManager

java.lang.Object
   |
   +----com.lgeds.jdf.ldap.netscape.LDAPManager

public class LDAPManager
extends Object
Author:
WonYoung Lee, wyounglee@lgeds.lg.co.kr.

Constructor Index

 o LDAPManager()

Method Index

 o changeLoginID(String)
 o changePassword(String, String)
 o checkPassword(String, String)
 o close()
 o createEntry(String, String, String, String)
 o deleteEntry(String)
 o isExist(String)

Constructors

 o LDAPManager
 public LDAPManager() throws LDAPOpenException

Methods

 o changeLoginID
 public void changeLoginID(String uid) throws LDAPEntryNotFoundException, LDAPEntryTooManyException, LDAPCallException
Parameters:
uid - java.lang.String
 o changePassword
 public void changePassword(String uid,
                            String new_passwd) throws LDAPEntryNotFoundException, LDAPEntryTooManyException, LDAPCallException
Parameters:
uid - java.lang.String
new_passwd - java.lang.String
 o checkPassword
 public void checkPassword(String uid,
                           String old_passwd) throws LDAPEntryNotFoundException, LDAPEntryTooManyException, LDAPCallException
Parameters:
uid - java.lang.String
new_passwd - java.lang.String
 o close
 public void close()
 o createEntry
 public void createEntry(String ename,
                         String uid,
                         String passwd,
                         String stcode) throws LDAPCreateException, LDAPCallException
 o deleteEntry
 public void deleteEntry(String uid) throws LDAPDeleteException, LDAPCallException
Parameters:
uid - java.lang.String
 o isExist
 public boolean isExist(String uid) throws LDAPCallException
Parameters:
uid - java.lang.String
Returns:
boolean

All Packages  Class Hierarchy  This Package  Previous  Next  Index