|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.jndi.ldap.ContextEnv.ReferralRebindProc
static class ContextEnv.ReferralRebindProc
Implementation for LDAPRebind interface. Provide user name, password to autenticate with the referred to directory server.
Field Summary | |
---|---|
(package private) LDAPRebindAuth |
auth
|
Constructor Summary | |
---|---|
ContextEnv.ReferralRebindProc(java.lang.String user,
java.lang.String passwd)
|
Method Summary | |
---|---|
LDAPRebindAuth |
getRebindAuthentication(java.lang.String host,
int port)
Returns an LDAPRebindAuth 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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
LDAPRebindAuth auth
Constructor Detail |
---|
public ContextEnv.ReferralRebindProc(java.lang.String user, java.lang.String passwd)
Method Detail |
---|
public LDAPRebindAuth getRebindAuthentication(java.lang.String host, int port)
LDAPRebind
LDAPRebindAuth
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).
getRebindAuthentication
in interface LDAPRebind
LDAPRebindAuth
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |