Package netscape.ldap

Class LDAPRebindAuth

java.lang.Object
netscape.ldap.LDAPRebindAuth
All Implemented Interfaces:
Serializable

public class LDAPRebindAuth extends Object implements Serializable
Represents information used to authenticate the client in cases where the client follows referrals automatically. If you are defining a class that implements the LDAPRebind interface, your implementation of the LDAPRebind.getRebindAuthentication method needs to construct and return an object of this class.

For example, the following method sets up authentication information based on the LDAP server identified in the referral. Ideally, this method would be defined as part of a class implementing the LDAPRebind interface.

Version:
1.0
See Also: