|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Deprecated public @interface Security
Security Annotation is deprecated, please use WLI Console to configure security.
| 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. |
boolean |
singlePrincipal
Deprecated. If true, only the principal who started the conversation can continue and finish the conversation. |
public abstract String[] rolesAllowed
public abstract String runAs
public abstract String runAsPrincipal
public abstract boolean singlePrincipal
public abstract String[] callbackRolesAllowed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||