Discussions
Jackson deserialiser affected by the Deadbolt "restrict" annotation
6 years ago by Andrey Stepanov
Example for intigration
Where can i get a simple example for roles with permission for my reference ?
6 years ago by Ankur Gogate
Exception on start
I have this exception after installing deadbolt dependency on my build.sbt
7 years ago by Jorge Gomez
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
8 years ago by Amit Tiwari
Problem with Template constraints
Hello,
8 years ago by Hideki
Subject requires we have a List<? extends Role> but Role is an interface, so that's not possible?
Hi
8 years ago by Samuil Dichev
Designing Resource Owner Check
Hi,
8 years ago by Rishabh Joshi
Error creating bean with name 'interface be.objectify.deadbolt.java.cache.PatternCache':
I'm new to play and upgrading a play 2.0.x app to play 2.5.x,
8 years ago by Malik
Need to inject a DAO-class to my ResourceHandler
In Play 2.4 I used the following code in my isAllowed method:
9 years ago by Johan Dahlberg
Showing content only if not restricted
I'd like to do something in my template like:
9 years ago by Benjamin McCann
