The UnboundID LDAP SDK for Java is a fast, powerful, user-friendly, and completely free Java library for communicating with LDAP directory servers. It offers better performance, better ease of use, and more features than other Java-based LDAP APIs.
In this tutorial series, you are going to learn.
a. Get DNS SRV records for a domain
c. Working with LDAP connection pool
d. Perform search operation using connection pool
Dependency used
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>6.0.0</version>
</dependency>
Reference
https://github.com/pingidentity/ldapsdk
No comments:
Post a Comment