Saturday 29 May 2021

Java: UnboundID ldapsdk tutorial

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

b.   Get LDAPConnection object

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

 

 

 

 

Previous                                                    Next                                                    Home

No comments:

Post a Comment