• Stars
    star
    1
  • Language
    Groovy
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In my previous repository (https://github.com/Abhinandan81/grails-spring-security/tree/master) we have seen how to control access to the actions by using @Secured annotations. The problem with this annotations is that this are static i.e roles assigned to action(url) can't be changed run-time. So In this repository I have fixed this problem by using request mapping and dynamic role assignment to the action.