| Package | Description |
|---|---|
| org.mmbase.security |
The security infrastructure of MMBase.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionChecker.Rank
This basic implementation of ActionChecker checks the action only based on rank.
|
class |
RequestActionChecker
This action checker can deny an action based on properties of the request made by the
user.
|
| Modifier and Type | Field and Description |
|---|---|
static ActionChecker |
ActionChecker.ALLOWS
The ActionChecker that always allows every action to to everybody.
|
protected ActionChecker |
Action.defaultChecker |
(package private) ActionChecker |
RequestActionChecker.rank |
| Modifier and Type | Method and Description |
|---|---|
ActionChecker |
Action.getDefault()
Every action needs to do a proposal on how to check it.
|
| Constructor and Description |
|---|
Action(String ns,
String n,
ActionChecker c) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}