Uses of Class gnu.inet.ldap.LDAPResult

Uses in package gnu.inet.ldap

Methods with return type gnu.inet.ldap.LDAPResult

LDAPResult
Requests the addition of a new entry into the directory.
LDAPResult
LDAPConnection.bind(String name, String mechanism, byte[] credentials, Control controls)
Initiates a bind operation to authenticate the client to the server.
LDAPResult
Requests the removal of an entry from the directory.
LDAPResult
LDAPConnection.modify(String name, Modification modifications)
Issues a modify request.
LDAPResult
LDAPConnection.modifyDN(String name, String newRDN, boolean deleteOldRDN, String newSuperior)
Changes the leftmost(least significant) component of the name of an entry in the directory, or move a subtree of entries to a new location in the directory.
LDAPResult
LDAPConnection.search(String name, int scope, int derefAliases, int sizeLimit, int timeLimit, boolean typesOnly, String filter, String[] attributes, Control controls, ResultHandler handler)
Issues a search request.