I am using Shiro plugin for my grails application security, My applica开发者_JS百科tion already has a user .Using the shiro plugin, we get a shiro user, now how do i integrate the shiro user with the
i\'m developing a Grails based web-application and i need to choose one of these two frameworks for authentication. In your opinion,开发者_StackOverflow社区 what criterions favor the choice for Acegi
I\'m using grails to build an application that functions primarily as a service framework. My question is: Can services be secured in the same fashion as controllers?
I have a grails 1.2 app and I want to u开发者_开发技巧se declarative security in order to restrict accesses based on roles. I decided to try shiro, installed the plugin, but when I try to authenticate
Using Shiro we have a great security framework embedded in our enterprise application running on GF. You define users, roles, permissions and we can control at any fine-grain level if a user can acces
I have a fairly sophisticated security mechanism that I implemented using Apache Shiro (formerly JSecurity).In order to know the exact visibility rules for an object, I need to run some code (i.e. loo