org.mmbase.security
Interface ActionChecker
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionChecker.Rank, RequestActionChecker
public interface ActionChecker
- extends Serializable
A piece of 'action check' functionality. Provided by actions themselves, but security
implementations can perhaps also use this interface to administer their implementation of Authorization.check(UserContext, Action, Parameters).
- Since:
- MMBase-1.9
- Version:
- $Id: ActionChecker.java 45312 2011-02-18 19:42:54Z michiel $
- Author:
- Michiel Meeuwissen
|
Nested Class Summary |
static class |
ActionChecker.Rank
This basic implementation of ActionChecker checks the action only based on rank. |
|
Field Summary |
static ActionChecker |
ALLOWS
The ActionChecker that always allows every action to to everybody. |
ALLOWS
static final ActionChecker ALLOWS
- The ActionChecker that always allows every action to to everybody.
- Since:
- MMBase-1.9.2
check
boolean check(UserContext user,
Action ac,
Parameters parameters)
getParameterDefinition
Parameter[] getParameterDefinition()
MMBase2 Bridge 2.0-SNAPSHOT - 2013-05-29T22:05