JBStrap LDAP plugin
In JBStrap, you can use LDAP by using the LDAP DAO or the LDAP DataDescriptor. We developed our LDAP solution to have a JPA-like operation. It is capable of reading, filtering and ordering data. LDAP is available as a JBStrap plugin. Two steps are required to use the plugin.
F irst, you have to insert the following entry into the POM.XML file:
The second step is loading the plugin into the application. To do this, you have to insert the following code into the loadPlugins() method in the application's Startup class: