|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPAuthProvider
public class LDAPAuthProvider
This class encapsulates authentiation credentials for the specified host and port.
Field Summary | |
---|---|
(package private) LDAPAuthProvider |
auth
|
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. |
(package private) LDAPAuthProvider |
getWrappedObject()
Returns the com.novell.ldap.LDAPAuthProvider object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
LDAPAuthProvider auth
Constructor Detail |
---|
public LDAPAuthProvider(java.lang.String dn, byte[] password)
Method Detail |
---|
LDAPAuthProvider getWrappedObject()
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 |