Java code examples for how to use the Apache Fortress API.
- Build docker image with some base data
docker build . -t fortress-openldap-test-with-data
- Start container
docker run -it -p 10389:389 fortress-openldap-test-with-data
- Run tests
Example code for communicating with Apache Fortress (RBAC and ARBAC) API
Java