| java.lang.Object org.mmbase.security.Action
Action | public class Action implements java.io.Serializable(Code) | | An action is something which an authenticated user may want to do, but which is not directly
associated with MMBase nodes. Actions are e.g. provided by components (and can be added to
component XML's).
author: Michiel Meeuwissen version: $Id: Action.java,v 1.6 2008/01/21 17:28:15 michiel Exp $ since: MMBase-1.9 |
getDefault | public ActionChecker getDefault()(Code) | | Every action needs to do a proposal on how to check it. The security implementation may
override this. But since components can freely define new actions, which may not be
anticipated by the authorization implementation, the action itself must provide some basic
checker (e.g. an instance of
ActionChecker.Rank .
|
getNameSpace | public String getNameSpace()(Code) | | Most 'actions' have a namespace. This is normally identical to thye name of the component
with wich there are associated. It can be null though.
|
|
|