org.mmbase.security
Class ActionChecker.Rank
java.lang.Object
org.mmbase.security.ActionChecker.Rank
- All Implemented Interfaces:
- Serializable, ActionChecker
- Enclosing interface:
- ActionChecker
public static class ActionChecker.Rank
- extends Object
- implements ActionChecker
This basic implementation of ActionChecker checks the action only based on rank. A minimal
rank is to be supplied in the constructor.
- See Also:
- Serialized Form
|
Field Summary |
(package private) Rank |
rank
|
rank
final Rank rank
ActionChecker.Rank
public ActionChecker.Rank(Rank r)
check
public boolean check(UserContext user,
Action ac,
Parameters parameters)
- Specified by:
check in interface ActionChecker
getParameterDefinition
public Parameter[] getParameterDefinition()
- Specified by:
getParameterDefinition in interface ActionChecker
toString
public String toString()
- Overrides:
toString in class Object
MMBase 2.0-SNAPSHOT - null