|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@InterceptorAnnotation(service=com.bea.control.interceptors.SecurityInterceptor.class)
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface SecurityThe security annotation for controls.
| Optional Element Summary | |
|---|---|
String[] |
rolesAllowed
Roles allowed to run the annotated method(s). |
String |
runAs
Run as the given role. |
String |
runAsPrincipal
Run as the given principal. |
public abstract String[] rolesAllowed
public abstract String runAs
public abstract String runAsPrincipal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||