Package com.unboundid.ldap.sdk.migrate.jndi

This package contains a set of classes that may be used to ease the process of migrating an application originally written to use the Java Naming and Directory Interface (JNDI) so that it uses the UnboundID LDAP SDK for Java instead (or at the very least, to make it possible to use some of the advanced functionality of the UnboundID LDAP SDK for Java in an application which is based on JNDI).

See:
          Description

Class Summary
JNDIConverter This utility class provides a set of methods that may be used to convert between data structures in the Java Naming and Directory Interface (JNDI) and the corresponding data structures in the UnboundID LDAP SDK for Java.
JNDIExtendedRequest This class provides a mechanism for converting between an LDAP extended request as used in JNDI and one used in the UnboundID LDAP SDK for Java.
JNDIExtendedResponse This class provides a mechanism for converting between an LDAP extended response as used in JNDI and one used in the UnboundID LDAP SDK for Java.
 

Package com.unboundid.ldap.sdk.migrate.jndi 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 Java Naming and Directory Interface (JNDI) so that it uses the UnboundID LDAP SDK for Java instead (or at the very least, to make it possible to use some of the advanced functionality of the UnboundID LDAP SDK for Java in an application which is based on JNDI). Classes in this package are primarily designed to convert between JNDI data structures and their equivalents in the UnboundID LDAP SDK for Java.