Package netscape.ldap

Class LDAPSearchConstraints

java.lang.Object
netscape.ldap.LDAPConstraints
netscape.ldap.LDAPSearchConstraints
All Implemented Interfaces:
Serializable, Cloneable

public class LDAPSearchConstraints extends LDAPConstraints implements Cloneable
Represents a set of search preferences. You can set these preferences for a particular search by creating an LDAPSearchConstraints object, specifying your preferences, and passing the object to the LDAPConnection.search method.

Version:
1.0
See Also: