Secure Permissions Play! module [securepermissions] module
This module is for the Play 1.x series only.
The Secure Permissions Play! module extends the Secure module in Play! Framework to add permission checks based on the rule-based permissions in the Seam Framework (based on Drools rules).
http://www.lunatech-labs.com/open-source/secure-permissions-play-module
Written by Stephane Epardaud.
Published releases
1.2.1 | Mar 04 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install securepermissions-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> securepermissions {version}