LDAP Classes
Implements Java LDAP

org.ietf.ldap
Class LDAPAuthProvider

java.lang.Object
  |
  +--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

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

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

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()

LDAP Classes
Implements Java LDAP

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