strolch/li.strolch.model
Robert von Burg 9505ab355c [New] Added new StrolchAccessDeniedException for use in ServiceHandler
Now if you add the DefaultServiceHandler property 'throwOnPrivilegeFail'
and set it to true, then the service handler will throw a
StrolchAccessDeniedException which in combination with the
StrolchRestfulExceptionMapper allows rest services to quickly determine
if the error was because the user does not have access to the requested
resource.

Same goes for performing queries in AbstractTransaction only there
instead of throwing a privilege exception, we now also throw a
StrolchAccessDeniedException
2015-01-18 18:37:04 +01:00
..
src [New] Added new StrolchAccessDeniedException for use in ServiceHandler 2015-01-18 18:37:04 +01:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
README.md moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
pom.xml [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00

README.md

li.strolch.model

Build Status

Strolch is a generic framework for building parameterized models for modification at runtime written in Java