Hi Óscar, On 2016-05-12 17:17 CEST, Óscar Bou - GOVERTIS <[email protected]> wrote:
> Regarding Users and Roles current implementation, perhaps we could > refactor it using interfaces, giving: > - a default implementation (the current JDO-based one that persists to > the database). > - a new one based on the DN LDAP repository support, extending that > interface, that you could implement ... Do they have to be separated into different dependencies (= jars)? Or what is the correct way of avoiding the automatic mapping of the JDO annotated classes to the current default data store? > Could this approach help? Definitely. > The Shiro realm would use LDAP attributes to handle > authentication/authorization. Yes, LDAP users and group membership information. Cheers Kambiz
