|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Deprecated public @interface MethodSecurity
MethodSecurity annotation is deprecated, please use WLI Console to configure security instead
| Optional Element Summary | |
|---|---|
String[] |
callbackRolesAllowed
Deprecated. Specify a list of roles permitted to callback the object annotated by this annotation. |
String[] |
rolesAllowed
Deprecated. Specify a list of roles permitted to access the object annotated by this annotation. |
String |
runAs
Deprecated. A web resource (a class or a method) that includes this attribute asssumes the permission-level of the role specified and the may access other resources accordingly. |
String |
runAsPrincipal
Deprecated. A web resource (a class or method) that includes this attribute assumes the permission-level of the principle specified and the may access other resources accordingly. |
public abstract String[] rolesAllowed
public abstract String runAs
public abstract String runAsPrincipal
public abstract String[] callbackRolesAllowed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||