Uses of Interface
netscape.ldap.LDAPBind
-
Packages that use LDAPBind Package Description netscape.ldap -
-
Uses of LDAPBind in netscape.ldap
Classes in netscape.ldap that implement LDAPBind Modifier and Type Class Description classLDAPSaslBindAuthenticates to a server using SASLMethods in netscape.ldap that return LDAPBind Modifier and Type Method Description LDAPBindLDAPConstraints. getBindProc()Returns the object that provides the mechanism for authenticating to the server on referrals.Methods in netscape.ldap with parameters of type LDAPBind Modifier and Type Method Description voidLDAPConstraints. setBindProc(LDAPBind bind_proc)Sets the object that provides the mechanism for authenticating to the server on referrals.Constructors in netscape.ldap with parameters of type LDAPBind Constructor Description LDAPConstraints(int msLimit, boolean doReferrals, LDAPBind bind_proc, int hop_limit)Constructs a newLDAPConstraintsobject 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 newLDAPSearchConstraintsobject and allows you to specify the search constraints in that object.
-