| java.lang.Object org.apache.jmeter.protocol.ldap.sampler.LdapClient
LdapClient | public class LdapClient (Code) | | Ldap Client class is main class to create, modify, search and delete all the
LDAP functionality available.
author: T.Elanjchezhiyan(chezhiyan@siptech.co.in) - Sip Technologies and author: Exports Ltd. Created Apr 29 2003 11:00 AM |
Constructor Summary | |
public | LdapClient() Constructor for the LdapClient object. |
LdapClient | public LdapClient()(Code) | | Constructor for the LdapClient object.
|
createTest | public void createTest(BasicAttributes basicattributes, String string) throws NamingException(Code) | | Create the attribute in the ldap directory for the given string.
Parameters: basicattributes - add all the entry in to the basicattribute Parameters: string - the string (dn) value |
deleteTest | public void deleteTest(String string) throws NamingException(Code) | | Delete the attribute from the ldap directory.
Parameters: string - the string (dn) value |
disconnect | public void disconnect()(Code) | | Disconnect from the server.
|
modifyTest | public void modifyTest(ModificationItem[] mods, String string) throws NamingException(Code) | | Modify the attribute in the ldap directory for the given string.
Parameters: mods - add all the entry in to the ModificationItem Parameters: string - the string (dn) value |
searchTest | public boolean searchTest(String searchBase, String searchFilter) throws NamingException(Code) | | Filter the data in the ldap directory for the given search base.
Parameters: searchBase - where the search should start Parameters: searchFilter - filter this value from the base |
|
|