Simple Java Util to connect to LDAP Server and pull User Data. Just be sure that you've installed Lombok and edited your package (if your IDE doesn't did already). Import LdapUtil.java to your project tree and you're ready to use.
Here're some of the project's best features:
- Base Method which returns a Set of all LDAP Users
- private LdapUser Model to easily handle Ldap User Data
Technologies used in the project:
- Lombok
- Java 21