All LDAP Classes
Internal LDAP Classes

org.ietf.ldap
Class LDAPAuthProvider

java.lang.Object
  extended by org.ietf.ldap.LDAPAuthProvider

public class LDAPAuthProvider
extends java.lang.Object

This class encapsulates authentiation credentials for the specified host and port.

See Also:
com.novell.ldap.LDAPAuthProvider

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

auth

LDAPAuthProvider auth
Constructor Detail

LDAPAuthProvider

public LDAPAuthProvider(java.lang.String dn,
                        byte[] password)
Constructs information that is used by the client for authentication when following referrals automatically.

See Also:
com.novell.ldap.LDAPAuthProvider.LDAPAuthProvider( String, String)
Method Detail

getWrappedObject

LDAPAuthProvider getWrappedObject()
Returns the com.novell.ldap.LDAPAuthProvider object


getDN

public java.lang.String getDN()
Returns the distinguished name to be used for authentication on automatic referral following.

See Also:
com.novell.ldap.LDAPAuthProvider.getDN()

getPassword

public byte[] getPassword()
Returns the password to be used for authentication on automatic referral following.

See Also:
com.novell.ldap.LDAPAuthProvider.getPassword()

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000