@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @InterceptorBinding public @interface Restricted
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
logViolations
Log all unsuccessful tries
|
String[] |
roles
The allowed roles
|
String[] |
users
The allowed users
|
Copyright © 2014. All Rights Reserved.