com.stratelia.webactiv.yellowpages.servlets
Class YellowpagesActionAccessController
java.lang.Object
com.stratelia.webactiv.yellowpages.servlets.YellowpagesActionAccessController
public class YellowpagesActionAccessController
- extends Object
- Author:
- ebonnet
Method Summary |
boolean |
hasRightAccess(String action,
com.stratelia.webactiv.SilverpeasRole role)
Check if user role has right access to the given action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YellowpagesActionAccessController
public YellowpagesActionAccessController()
hasRightAccess
public boolean hasRightAccess(String action,
com.stratelia.webactiv.SilverpeasRole role)
- Check if user role has right access to the given action
- Parameters:
action
- the checked actionrole
- the highest user role
- Returns:
- true if given role has right access to the action
Copyright © 2016 Silverpeas. All Rights Reserved.