Skip navigation links

Package com.unboundid.ldap.sdk.migrate.ldapjdk

This package contains a set of classes that may be used to ease the process of migrating an application originally written to use the Netscape Directory SDK for Java so that it uses the UnboundID LDAP SDK for Java instead.

See: Description

Package com.unboundid.ldap.sdk.migrate.ldapjdk Description

This package contains a set of classes that may be used to ease the process of migrating an application originally written to use the Netscape Directory SDK for Java so that it uses the UnboundID LDAP SDK for Java instead. The API exposed in this package may be similar to that provided in other SDKs, like Novell JLDAP.

The classes in this package do not constitute a complete set of those provided by the Netscape SDK, nor do all of the classes which are provided contain the complete set of methods from the corresponding classes from the Netscape API. However, it should contain those classes and methods which are most likely to be used by applications written to use that SDK, so that a minimal set of code changes may be required when initially performing the migration. In many cases, it may simply be sufficient to replace all references to the netscape.ldap package with com.unboundid.ldap.sdk.migrate.ldapjdk. Note, however, that the logic implemented in this package is a wrapper that translates processing to use the core functionality provided by the UnboundID LDAP SDK for Java, so code changes may be required to achieve optimal performance.

This implementation was constructed solely from the public API documentation available online at http://www.mozilla.org/directory/javasdk.html. The source code used to generate that API was not used in any way when creating this implementation, but was developed solely by Ping Identity Corporation

UnboundID is a registered trademark of Ping Identity Corporation. Netscape and Novell are registered trademarks of their respective holders.
Skip navigation links