@Inherited @InterceptorBinding @Retention(value=RUNTIME) @Target(value=TYPE) public @interface SecuredResource
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
securedByDefault
Should methods without @
SecuredAction be secured or not |
String |
value
Resource name that will form a permission string together with action name.
|
public abstract String value
public abstract boolean securedByDefault
SecuredAction be secured or notCopyright © 2016. All rights reserved.