| Package | Description |
|---|---|
| gnu.inet.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPResult |
LDAPConnection.add(String name,
AttributeValues[] attributes)
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 |
LDAPConnection.delete(String name)
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.
|
Copyright © 2017. All rights reserved.