Uses of Interface
netscape.ldap.LDAPRebind
Packages that use LDAPRebind
-
Uses of LDAPRebind in com.netscape.jndi.ldap
Classes in com.netscape.jndi.ldap that implement LDAPRebindModifier and TypeClassDescription(package private) static classImplementation for LDAPRebind interface. -
Uses of LDAPRebind in netscape.ldap
Fields in netscape.ldap declared as LDAPRebindMethods in netscape.ldap that return LDAPRebindModifier and TypeMethodDescriptionLDAPConstraints.getRebindProc()Returns the object that provides the method for getting authentication information.Methods in netscape.ldap with parameters of type LDAPRebindModifier and TypeMethodDescriptionvoidLDAPConstraints.setRebindProc(LDAPRebind rebind_proc) Specifies the object that provides the method for getting authentication information.Constructors in netscape.ldap with parameters of type LDAPRebindModifierConstructorDescriptionLDAPConstraints(int msLimit, boolean doReferrals, LDAPRebind rebind_proc, int hop_limit) Constructs a newLDAPConstraintsobject and allows you to specify the constraints in that object.LDAPSearchConstraints(int msLimit, int dereference, int maxResults, boolean doReferrals, int batchSize, LDAPRebind rebind_proc, int hop_limit) Constructs a newLDAPSearchConstraintsobject and allows you to specify the search constraints in that object.LDAPSearchConstraints(int msLimit, int timeLimit, int dereference, int maxResults, boolean doReferrals, int batchSize, LDAPRebind rebind_proc, int hop_limit) Constructs a newLDAPSearchConstraintsobject and allows you to specify the search constraints in that object.