|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.LDAPAuthProvider
public class LDAPAuthProvider
An implementation of LDAPAuthHandler must be able to provide an LDAPAuthProvider object at the time of a referral. The class encapsulates information that is used by the client for authentication when following referrals automatically.
LDAPAuthHandler,
LDAPBindHandler,
LDAPConstraints.setReferralFollowing(boolean)| Field Summary | |
|---|---|
private java.lang.String |
dn
|
private byte[] |
password
|
| 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 |
| Field Detail |
|---|
private java.lang.String dn
private byte[] password
| Constructor Detail |
|---|
public LDAPAuthProvider(java.lang.String dn,
byte[] password)
dn - The distinguished name to use when authenticating to
a server.
password - The password to use when authenticating to a server.| Method Detail |
|---|
public java.lang.String getDN()
public byte[] getPassword()
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||