com.stratelia.silverpeas.peasCore.servlets.annotation
Annotation Type LowestRoleAccess


@Inherited
@Documented
@Target(value=METHOD)
@Retention(value=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
 SilverpeasRole value
           
 
Optional Element Summary
 RedirectTo onError
          Permits to indicate a redirection on error in relation to access control.
 

Element Detail

value

public abstract SilverpeasRole value

onError

public abstract RedirectTo onError
Permits to indicate a redirection on error in relation to access control.

Returns:
Default:
@com.stratelia.silverpeas.peasCore.servlets.annotation.RedirectTo("")


Copyright © 2016 Silverpeas. All Rights Reserved.