Annotation Type LowestRoleAccess
-
@Inherited @Documented @Target(METHOD) @Retention(RUNTIME) public @interface LowestRoleAccess
Annotation to specify the lower Silverpeas role the user should play in order to invoke the annotated method.- Author:
- Yohann Chastagnier
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SilverpeasRole
value
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RedirectTo
onError
Permits to indicate a redirection on error in relation to access control.
-
-
-
Element Detail
-
value
SilverpeasRole value
-
-
-
onError
RedirectTo onError
Permits to indicate a redirection on error in relation to access control.- Returns:
- Default:
- @org.silverpeas.core.web.mvc.webcomponent.annotation.RedirectTo("")
-
-