After much experimenting I have a working Wildly web app secured with Shiro. I authenticate agains an LDAP server, then refer to a local database to get the user's role and permissions.
Is there a way to add those roles to the logged in user so that I can then use
Shiro tags (<shiro:hasPermission> et al) in my JSP ? Something like
currentUser.putRole("admin"); for example?
Thanks,
Steve
--
Stephen Beaver
