LDAP Classes
Implements Java LDAP

Deprecated API

Deprecated Classes
com.novell.ldap.LDAPSecureSocketFactory
          As of January 2002 SDK, use LDAPJSSESecureSocketFactory If a JDK 1.7 is required, use of this class is a valid alternative to JSSE (which runs in JDK 1.2 or greater). Represents the socket factory that creates secure socket connections to LDAP servers.

Currently, this factory creates SSL capable socket connections to LDAP servers. It returns sockets of type com.novell.service.security.net.SecureSocket.

At the present time, only server authentication is supported, meaning the client authenticates the certificate sent from the server. Following authentication of the server's certificate, a secure SSL connection is established. The client application then performs connection, authentication, or other LDAP operations with the server as required. 

 

Deprecated Methods
com.novell.ldap.LDAPConnection.bind(int, String, String)
          replaced by LDAPConnection.bind(int, String, byte[]) 
com.novell.ldap.LDAPConnection.bind(int, String, String, LDAPConstraints)
          replaced by LDAPConnection.bind(int, String, byte[], LDAPConstraints) 
com.novell.ldap.LDAPConnection.bind(String, String)
          replaced by LDAPConnection.bind(int, String, byte[]) 
com.novell.ldap.LDAPConnection.bind(String, String, LDAPConstraints)
          replaced by LDAPConnection.bind(int, String, byte[], LDAPConstraints) 
 

Deprecated Constructors
com.novell.ldap.util.DOMReader(Document)
          use #DOMReader(Element) Creates a reader that reads a DOM document and translates it into LDAPMessages.

The first batchRequest or batchResponse is located and all nodes within it will be read and translated into LDAPMessages

 
 


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