Uses of Class netscape.ldap.LDAPSearchConstraints

Uses in package netscape.ldap

Methods with parameter type netscape.ldap.LDAPSearchConstraints

void
void
LDAPConnection.authenticate(String dn, String passwd, LDAPSearchConstraints cons)
void
LDAPConnection.authenticate(int version, String dn, String passwd, LDAPSearchConstraints cons)
boolean
void
LDAPConnection.connect(String host, int port, String dn, String passwd, LDAPSearchConstraints cons)
void
LDAPConnection.connect(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons)
void
LDAPExtendedOperation
void
void
void
LDAPEntry
LDAPConnection.read(String DN, attrs[] , LDAPSearchConstraints cons)
Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
LDAPEntry
LDAPv2.read(String DN, attrs[] , LDAPSearchConstraints cons)
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
LDAPConnection.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons)
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).