You could model your user and role domain in Isis and write a Shiro realm to make use of that [1].
HTH [1] http://shiro.apache.org/realm.html On Sat, Jun 22, 2013 at 8:54 PM, Okwui <[email protected]> wrote: > I have read those. What I want to do is provide a UI to create users and > assign roles. I also want to associate users with objects for instance I want > to have a department object that refers to a user object as the manager of > the department. > > Sent from my iPad > > On Jun 22, 2013, at 2:09 PM, Jeroen van der Wal <[email protected]> wrote: > >> Isis uses Apache Shiro for authentication and authorization You can >> find further details in the documentation [1] >> >> [1] http://isis.apache.org/components/security/shiro/about.html >> >> On Fri, Jun 21, 2013 at 11:54 PM, Okwui <[email protected]> wrote: >>> How do I implement a user management system?
