Package | Description |
---|---|
netscape.ldap |
Modifier and Type | Class and Description |
---|---|
class |
LDAPSaslBind
Authenticates to a server using SASL
|
Modifier and Type | Method and Description |
---|---|
LDAPBind |
LDAPConstraints.getBindProc()
Returns the object that provides the mechanism for authenticating to the
server on referrals.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPConstraints.setBindProc(LDAPBind bind_proc)
Sets the object that provides the mechanism for authenticating
to the server on referrals.
|
Constructor and Description |
---|
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(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. |