Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.protocol.ldap.sampler » [javadoc | source]
org.apache.jmeter.protocol.ldap.sampler
public class: LdapExtClient [javadoc | source]
java.lang.Object
   org.apache.jmeter.protocol.ldap.sampler.LdapExtClient
Ldap Client class is main class to create ,modify, search and delete all the LDAP functionality available
Constructor:
 public LdapExtClient() 
Method from org.apache.jmeter.protocol.ldap.sampler.LdapExtClient Summary:
compare,   connect,   createTest,   deleteTest,   disconnect,   moddnOp,   modifyTest,   searchTest
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.protocol.ldap.sampler.LdapExtClient Detail:
 public NamingEnumeration compare(DirContext dirContext,
    String filter,
    String entrydn) throws NamingException 
    Filter the data in the ldap directory
 public DirContext connect(String host,
    String port,
    String rootdn,
    String username,
    String password,
    String connTimeOut,
    boolean secure) throws NamingException 
    connect to server
 public DirContext createTest(DirContext dirContext,
    Attributes attributes,
    String string) throws NamingException 
    Create the entry in the ldap directory for the given string
 public  void deleteTest(DirContext dirContext,
    String string) throws NamingException 
    Delete the attribute from the ldap directory
 public  void disconnect(DirContext dirContext) 
    disconnect from the server
 public  void moddnOp(DirContext dirContext,
    String ddn,
    String newdn) throws NamingException 
    ModDN the data in the ldap directory for the given search base *******************************************
 public  void modifyTest(DirContext dirContext,
    ModificationItem[] mods,
    String string) throws NamingException 
    Modify the attribute in the ldap directory for the given string
 public NamingEnumeration searchTest(DirContext dirContext,
    String searchBase,
    String searchFilter,
    int scope,
    long countlim,
    int timelim,
    String[] attrs,
    boolean retobj,
    boolean deref) throws NamingException 
    Filter the data in the ldap directory for the given search base