Discussions
Could the examples be updated for Play 2.7 please? Http.Context was depreceated and the documentation I found lists older incompatible versions for Deadbolt
This is more of a helper post than a question. I've started a project using Play 2.7(.3) and was following examples (from here and https://github.com/schaloner/deadbolt-2-java/blob/master/QuickStart.md). They show importing slightly older versions of Deadbolt (2.6 and 2.4)
Posted by Ryan almost 6 years ago
Jackson deserialiser affected by the Deadbolt "restrict" annotation
Posted by Andrey Stepanov almost 6 years ago
Example for intigration
Where can i get a simple example for roles with permission for my reference ?
Posted by Ankur Gogate about 6 years ago
error when using @Restrict({@Group("some name")})
I have added the dependencies for deadbolt. when i run localhost:9000 it works fine, but when i use @Restrict({@Group("some name")}) for any api and call that api i get following error
Posted by Amit Tiwari over 7 years ago
Subject requires we have a List<? extends Role> but Role is an interface, so that's not possible?
Hi
Posted by Samuil Dichev about 8 years ago
Designing Resource Owner Check
Hi,
Posted by Rishabh Joshi about 8 years ago
Need to inject a DAO-class to my ResourceHandler
In Play 2.4 I used the following code in my isAllowed method:
Posted by Johan Dahlberg almost 9 years ago
Showing content only if not restricted
I'd like to do something in my template like:
Posted by Benjamin McCann about 9 years ago
my project is in play 2.2.2 and i want to implement role based authemtication in that so i find on web link :-https://github.com/schaloner/deadbolt-2-java/blob/master/QuickStart.md
Posted by lovish pahwa about 9 years ago