Package netscape.ldap

Class LDAPConstraints

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

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

Version:
1.0
See Also: