Currently the identitymodule in tempranillo realy seams service based... however...
The IdentityService is an interface as are Identity, User, Group and Membership. So I can
easily implement my own LDAPIdentityService. Great...
What I do not get is why the IdentityServiceImpl uses Commands which are DB specific.
I'd imagined the commands would be generic (using interfaces) and use the configured
IdentityService to do the real work. Or do I miss something (It's late)
Further I'd suggest changing getDbid() in the Identity interface to something less
implementation specific like getTechId() (casing!!). In LDAP the 'technical' id is
called a DN, so DbId is rather strange.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154913#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...