com.stratelia.webactiv.kmelia.servlets
Class KmeliaActionAccessController
java.lang.Object
  
com.stratelia.webactiv.kmelia.servlets.KmeliaActionAccessController
public class KmeliaActionAccessController
- 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 | 
 
KmeliaActionAccessController
public KmeliaActionAccessController()
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.