@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @InterceptorBinding public @interface Restricted
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends RestrictionHandler> |
restrictionHandler
Restriction handler (lookup with cdi)
|
String[] |
roles
The allowed roles
|
String[] |
users
The allowed users
|
public abstract String[] roles
public abstract String[] users
public abstract Class<? extends RestrictionHandler> restrictionHandler
Copyright © 2014. All Rights Reserved.