UnboundID LDAP SDK for Java Minimal Edition
com.unboundid :
unboundid-ldapsdk-minimal-edition
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Minimal Edition of the LDAP SDK, which is a
stripped-down version of the Standard Edition that includes full support
for the LDAP protocol and LDIF parsing, but omits a number of optional
elements, like many of the controls and extended operations, the LDAP
persistence framework, and LDAP listener framework. The Minimal Edition
is primarily intended for use in space-constrained and/or
memory-constrained environments, like in Android apps or embedded
systems.