Frames | No Frames |
Classes implementing netscape.ldap.LDAPBind | |
class | Authenticates to a server using SASL
|
Constructors with parameter type netscape.ldap.LDAPBind | |
LDAPConstraints.LDAPConstraints(int msLimit, boolean doReferrals, LDAPBind bind_proc, int hop_limit) Constructs a new LDAPConstraints object and allows you
to specify the constraints in that object. | |
LDAPSearchConstraints.LDAPSearchConstraints(int msLimit, int timeLimit, int dereference, int maxResults, boolean doReferrals, int batchSize, LDAPBind bind_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.LDAPBind | |
void | Sets the object that provides the mechanism for authenticating
to the server on referrals. |
Methods with return type netscape.ldap.LDAPBind | |
LDAPBind | Returns the object that provides the mechanism for authenticating to the
server on referrals. |