Class LDAPDelete
java.lang.Object
LDAPDelete
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 -D "dn" -w password -h ds.internic.net -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
- Version:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static String
protected static LDAPConnection
protected static int
protected static int
protected static boolean
protected static String
protected static int
protected static boolean
protected static String
protected static LDAPControl
protected static boolean
protected static boolean
protected static int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
extractParameters
(String[] args) This class-method is used to extract specified parameters from the arguments list.protected static GetOpt
extractParameters
(String privateOpts, String[] args) This function is to extract specified parameters from the arguments list.static void
protected static void
-
Field Details
-
m_ldapport
protected static int m_ldapport -
m_binddn
-
m_ldaphost
-
m_passwd
-
m_version
protected static int m_version -
m_debugLevel
protected static int m_debugLevel -
m_hopLimit
protected static int m_hopLimit -
m_referrals
protected static boolean m_referrals -
m_client
-
m_justShow
protected static boolean m_justShow -
m_verbose
protected static boolean m_verbose -
m_ordinary
protected static boolean m_ordinary -
m_proxyControl
-
-
Constructor Details
-
LDAPDelete
public LDAPDelete()
-
-
Method Details
-
main
-
extractParameters
This class-method is used to extract specified parameters from the arguments list. -
extractParameters
This function is to extract specified parameters from the arguments list.- Parameters:
args
- list of args
-
setDefaultReferralCredentials
-