added authentication via api key for some limited api methods (fix #64)

This commit is contained in:
Athou
2013-05-01 21:56:59 +02:00
parent 52a8ea1920
commit 5dcc923cf1
14 changed files with 148 additions and 40 deletions

View File

@@ -22,4 +22,7 @@ public @interface SecurityCheck {
*/
@Nonbinding
Role value() default Role.USER;
@Nonbinding
boolean apiKeyAllowed() default false;
}