cjc343
Results
2
issues of
cjc343
Support @RolesAllowed/@DenyAll/@PermitAll annotations on JAX-RS Repositories and Repository methods
5
A common JAX-RS authorization implementation uses the `@RolesAllowed`/`@DenyAll`/`@PermitAll` annotations on classes and methods in combination with appropriately setting the `SecurityContext` and adding a `RolesAllowedDynamicFeature` which creates request filters for each...
When dealing with a SpaceTree that dynamically loads content as a user drills down, there are certain sequences which fail to trigger a request when they should, and perhaps as...