Class SilverStatisticsActionAccessController
- java.lang.Object
-
- org.silverpeas.web.silverstatistics.servlets.SilverStatisticsActionAccessController
-
public class SilverStatisticsActionAccessController extends Object
- Author:
- ebonnet
-
-
Constructor Summary
Constructors Constructor Description SilverStatisticsActionAccessController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasRightAccess(String action, UserAccessLevel level)
Check if user role has access right to the given action
-
-
-
Method Detail
-
hasRightAccess
public boolean hasRightAccess(String action, UserAccessLevel level)
Check if user role has access right to the given action- Parameters:
action
- the checked actionlevel
- the current user access level- Returns:
- true if given user access level has access right to the action
-
-