Discussions
Jackson deserialiser affected by the Deadbolt "restrict" annotation
Posted by Andrey Stepanov over 5 years ago
Example for intigration
Where can i get a simple example for roles with permission for my reference ?
Posted by Ankur Gogate almost 6 years ago
Exception on start
I have this exception after installing deadbolt dependency on my build.sbt
Posted by Jorge Gomez over 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 about 7 years ago
Problem with Template constraints
Hello,
Posted by Hideki about 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 over 7 years ago
Designing Resource Owner Check
Hi,
Posted by Rishabh Joshi over 7 years ago
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,
Posted by Malik over 7 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 over 8 years ago
Showing content only if not restricted
I'd like to do something in my template like:
Posted by Benjamin McCann over 8 years ago