Directory SDK
for Java 4.19

Class LDAPDelete

java.lang.Object
  extended byLDAPTool
      extended byLDAPDelete

public class LDAPDelete
extends LDAPTool

Executes the delete command to delete an LDAP entry. This class is implemented based on the java LDAP classes.

 usage       : java LDAPDelete [options] DN
 for example : java LDAPDelete -D "dn" -w password -h ds.example.com -p 389
               "cn=Johnny James,o=Ace Industry"

 options: {np = no parameters, p = requires parameters}
  'D' bind DN --------------------------------------------- p
  'h' LDAP host ------------------------------------------- p
  'p' LDAP port ------------------------------------------- p
  'w' bind password --------------------------------------- p

 note: '-' or '/' is used to distinct the option field.
       e.g. -a -b /c /d parameter -e parameter

 


Constructor Summary
LDAPDelete()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPDelete

public LDAPDelete()
Method Detail

main

public static void main(String[] args)

Directory SDK
for Java 4.19

Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.