tags:

views:

40

answers:

1

Hello,

I am using Shiro plugin for my grails application security, My application already has a user .Using the shiro plugin, we get a shiro user, now how do i integrate the shiro user with the normal user of my application,show i go ahead and use relationships or is it that the user class ahould be only a shiro user class now ??

A: 

Check out the nimble plugin which does exactly this and more:

http://www.grails.org/plugin/nimble

Mike