https://github.com/spring-projects/spring-ldap-samples
https://github.com/spring-projects/spring-ldap-samples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spring-projects/spring-ldap-samples
- Owner: spring-projects
- Created: 2024-10-07T15:59:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T04:06:52.000Z (over 1 year ago)
- Last Synced: 2025-09-09T15:45:26.916Z (10 months ago)
- Language: Java
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
image::https://github.com/spring-projects/spring-ldap-samples/workflows/CI/badge.svg[link=https://github.com/spring-projects/spring-ldap-samples/actions?query=workflow%3ACI]
image::https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=spring-ldap-samples"]
== Samples catalog
Refer to these sample projects for some examples on using Spring LDAP:
* boot - https://github.com/spring-projects/spring-ldap-samples/tree/main/servlet/spring-boot/java/boot[demonstrates basic Spring Boot usage]
* plain - https://github.com/spring-projects/spring-ldap-samples/tree/main/servlet/xml/java/plain[demonstrates 'plain' usage of Spring LDAP]
* odm - https://github.com/spring-projects/spring-ldap-samples/tree/main/servlet/xml/java/odm[demonstrates the Object-Directory mapping functionality]
* user-admin - https://github.com/spring-projects/spring-ldap-samples/tree/main/servlet/xml/java/user-admin[a fully functional user admin application implemented using Spring LDAP]