Package com.netscape.jndi.ldap
Class ContextEnv.ReferralRebindProc
java.lang.Object
com.netscape.jndi.ldap.ContextEnv.ReferralRebindProc
- All Implemented Interfaces:
LDAPRebind
- Enclosing class:
- ContextEnv
Implementation for LDAPRebind interface. Provide user name, password
to autenticate with the referred to directory server.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRebindAuthentication
(String host, int port) Returns anLDAPRebindAuth
object, which the calling function can use to get the DN and password to use for authentication (if the client is set up to follow referrals automatically).
-
Field Details
-
auth
LDAPRebindAuth auth
-
-
Constructor Details
-
ReferralRebindProc
-
-
Method Details
-
getRebindAuthentication
Description copied from interface:LDAPRebind
Returns anLDAPRebindAuth
object, which the calling function can use to get the DN and password to use for authentication (if the client is set up to follow referrals automatically).- Specified by:
getRebindAuthentication
in interfaceLDAPRebind
- Returns:
- LDAPRebindAuth object containing authentication information.
- See Also:
-