Uses of Class
netscape.ldap.LDAPSearchConstraints
Packages that use LDAPSearchConstraints
-
Uses of LDAPSearchConstraints in netscape.ldap
Methods in netscape.ldap that return LDAPSearchConstraintsModifier and TypeMethodDescriptionLDAPConnection.getSearchConstraints()
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 thesearch
method).Methods in netscape.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescriptionvoid
LDAPConnection.add
(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.void
LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.authenticate
(String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.connect
(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.connect
(String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.delete
(String DN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPConnection.extendedOperation
(LDAPExtendedOperation op, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPConnection.read
(String DN, String[] attrs, LDAPSearchConstraints cons) LDAPConnection.read
(String DN, LDAPSearchConstraints cons) Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.LDAPv2.read
(String DN, String[] attrs, LDAPSearchConstraints cons) Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.void
LDAPConnection.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPAsynchronousConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.static LDAPSearchResults
LDAPConnection.search
(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.LDAPv2.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Searches for entries in the directory.void
LDAPConnection.setSearchConstraints
(LDAPSearchConstraints cons) Set the default constraint set for all search operations.
cons
isLDAPConstraints
instead ofLDAPSearchConstraints