| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote | |
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.security |
The security infrastructure of MMBase.
|
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.security.implementation.cloudcontext.builders |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cloud.may(Action action,
Parameters parameters)
Check whether an action is allowed
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicCloud.may(Action action,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteCloud.may(Action arg0,
Parameters arg1) |
boolean |
RemoteTransaction.may(Action arg0,
Parameters arg1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteTransaction_Proxy.may(Action arg0,
Parameters arg1) |
boolean |
RemoteCloud_Proxy.may(Action arg0,
Parameters arg1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteTransaction_Rmi.may(Action arg0,
Parameters arg1) |
boolean |
RemoteCloud_Rmi.may(Action arg0,
Parameters arg1) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCloud.may(Action action,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Action> |
Component.getActions()
A component may also define extra 'actions'.
|
Map<String,Action> |
BasicComponent.getActions() |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionRepository.get(String nameSpace,
String name)
Shortcut for
ActionRepository.get(String).Map.get(java.lang.Object). |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Action> |
MemoryActionRepository.get(String nameSpace) |
abstract Map<String,Action> |
ActionRepository.get(String nameSpace)
All actions of a certain namespace.
|
Collection<Action> |
MemoryActionRepository.getActions() |
abstract Collection<Action> |
ActionRepository.getActions()
All actions managed by this repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryActionRepository.add(Action a) |
abstract void |
ActionRepository.add(Action a)
Adds the action to the repository using
getNameSpace() and getName(). |
boolean |
ActionChecker.check(UserContext user,
Action ac,
Parameters parameters) |
boolean |
ActionChecker.Rank.check(UserContext user,
Action ac,
Parameters parameters) |
boolean |
RequestActionChecker.check(UserContext user,
Action ac,
Parameters parameters) |
boolean |
Authorization.check(UserContext user,
Action ac,
Parameters parameters)
Checks whether user may do a certain action.
|
void |
Authorization.verify(UserContext user,
Action ac,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Verify.check(UserContext user,
Action ac,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Actions.check(User user,
Action ac,
Parameters parameters) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}