|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ietf.ldap.LDAPAuthProvider
This class encapsulates authentiation credentials for the specified host and port.
Constructor Summary | |
LDAPAuthProvider(java.lang.String dn,
byte[] password)
Constructs information that is used by the client for authentication when following referrals automatically. |
Method Summary | |
java.lang.String |
getDN()
Returns the distinguished name to be used for authentication on automatic referral following. |
byte[] |
getPassword()
Returns the password to be used for authentication on automatic referral following. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LDAPAuthProvider(java.lang.String dn, byte[] password)
Method Detail |
public java.lang.String getDN()
public byte[] getPassword()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |