Play! Deadbolt Module


License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.maven-play-plugin.org.playframework.modules.deadbolt
ArtifactId

ArtifactId

play-deadbolt
Last Version

Last Version

1.5.4
Release Date

Release Date

Type

Type

zip
Description

Description

Play! Deadbolt Module
Play! Deadbolt Module
Source Code Management

Source Code Management

https://github.com/schaloner/deadbolt

Download play-deadbolt

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.maven-play-plugin.org.playframework : play jar 1.1

Project Modules

There are no modules declared in this project.

Deadbolt

Deadbolt is an authorisation mechanism for the Play 1 framework for defining access rights to certain controller methods or parts of a view using a simple AND/OR/NOT syntax. It is based on the original Secure module that comes with the Play! framework.

Note that Deadbolt doesn’t provide authentication! You can still use the existing Secure module alongside Deadbolt to provide authentication, and in cases where authentication is handled outside your app you can just hook up the authorisation mechanism to whatever auth system is used.

Features

  • Define access using AND, OR and NOT combinations
  • Define access at the class, method or view level
  • Define permissions at the database level, allowing you change them instantly without redeploying
  • Define restricted resources at the class, method or view level and control access to them on an artibrarily fine-grained level. You can also drop back to other restrictions to allow specific and general cases in the same combination.
  • Combine all of the above to get the best fit for your application

Versions

Version
1.5.4