MeneDev / Enforcer

The Enforcer Grails plugin, is for enforcing business rules in Grails applications. Also it's an alternative to Spring Security ACL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Enforcer Plugin, is a light wieght, easier to maintain/extend/use, alternative to Spring Security ACL. The plugin works off of a EnforcerService and an Enforce Ast transform, The service takes up to 3 closures, a predicate, a failure(defaults to an EnforcerException if not specified) and a success(defaulted to a closure that returns true).

For documentation see the github page: documentation

About

The Enforcer Grails plugin, is for enforcing business rules in Grails applications. Also it's an alternative to Spring Security ACL.

License:Apache License 2.0


Languages

Language:Groovy 56.5%Language:HTML 43.5%