Uses of Interface netscape.ldap.LDAPRebind

Uses in package netscape.ldap

Constructors with parameter type netscape.ldap.LDAPRebind

LDAPConstraints.LDAPConstraints(int msLimit, boolean doReferrals, LDAPRebind rebind_proc, int hop_limit)
Constructs a new LDAPConstraints object and allows you to specify the constraints in that object.
LDAPSearchConstraints.LDAPSearchConstraints(int msLimit, int dereference, int maxResults, boolean doReferrals, int batchSize, LDAPRebind rebind_proc, int hop_limit)
Constructs a new LDAPSearchConstraints object and allows you to specify the search constraints in that object.
LDAPSearchConstraints.LDAPSearchConstraints(int msLimit, int timeLimit, int dereference, int maxResults, boolean doReferrals, int batchSize, LDAPRebind rebind_proc, int hop_limit)
Constructs a new LDAPSearchConstraints object and allows you to specify the search constraints in that object.

Methods with parameter type netscape.ldap.LDAPRebind

void
Specifies the object that provides the method for getting authentication information.

Methods with return type netscape.ldap.LDAPRebind

LDAPRebind
Returns the object that provides the method for getting authentication information.