public interface ActionChecker extends Serializable
Authorization.check(UserContext, Action, Parameters).| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionChecker.Rank
This basic implementation of ActionChecker checks the action only based on rank.
|
| Modifier and Type | Field and Description |
|---|---|
static ActionChecker |
ALLOWS
The ActionChecker that always allows every action to to everybody.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(UserContext user,
Action ac,
Parameters parameters) |
Parameter[] |
getParameterDefinition() |
static final ActionChecker ALLOWS
boolean check(UserContext user, Action ac, Parameters parameters)
Parameter[] getParameterDefinition()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}