Class LDAPTool

Direct Known Subclasses:
LDAPDelete, LDAPModify, LDAPSearch

class LDAPTool extends Object
LDAPTool Base class for LDAP command-line tools
Version:
1.0
  • Field Details

    • m_ldapport

      protected static int m_ldapport
    • m_binddn

      protected static String m_binddn
    • m_ldaphost

      protected static String m_ldaphost
    • m_passwd

      protected static String 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

      protected static LDAPConnection 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

      protected static LDAPControl m_proxyControl
  • Constructor Details

    • LDAPTool

      LDAPTool()
  • Method Details

    • extractParameters

      protected static GetOpt extractParameters(String privateOpts, String[] args)
      This function is to extract specified parameters from the arguments list.
      Parameters:
      args - list of args
    • setDefaultReferralCredentials

      protected static void setDefaultReferralCredentials(LDAPConstraints cons)