[security-dev] A simple Deltaspike Authorization quickstart
Pete Muir
pmuir at redhat.com
Fri Aug 3 14:36:29 EDT 2012
Hi all
I just did a first cut at a simple quickstart showing how you can use:
* DeltaSpike Authorization
* CDI
* JAX-RS
* DeltaSpike exception handling
to restrict access to a REST resources, and do something with the AccessDeniedException other than just rethrow it.
Please take a look:
https://github.com/pmuir/quickstart/tree/deltaspike-authorization/deltaspike-authz
Known issues:
* I'm not handling bad responses in the UI at all. Please tell me what to do someone :-)
* The README isn't done
More information about the security-dev
mailing list