Frames | No Frames |
Methods with parameter type netscape.ldap.LDAPSearchConstraints | |
void | |
void | |
void | |
boolean | |
void | |
void | LDAPConnection.connect(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) |
void | |
LDAPExtendedOperation | |
void | |
void | |
void | |
LDAPEntry | Read the entry corresponding to the specified distinguished name (DN),
and retrieve only the specified attributes. |
LDAPEntry | Read the entry corresponding to the specified distinguished name (DN),
and retrieve only the specified attributes. |
LDAPEntry | Reads the entry for the specified distiguished name (DN) and retrieves all
attributes for the entry. |
void | LDAPConnection.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) |
void | |
LDAPSearchResults | LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter. |
LDAPSearchResults | LDAPv2.search(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Searches for entries in the directory. |
LDAPSearchListener | LDAPAsynchronousConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter. |
LDAPSearchListener | LDAPConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter. |
LDAPSearchResults | Performs the search specified by the LDAP URL. |
void | Set the default constraint set for all search operations. |
Methods with return type netscape.ldap.LDAPSearchConstraints | |
LDAPSearchConstraints | Returns the set of search constraints that apply to all searches
performed through this connection (unless you specify a different
set of search constraints when calling the search
method). |