org.openpermis.policy.bean
Interface ActionBean
- All Superinterfaces:
- Action, Nameable, NameableBean, Part, PartBean, Serializable
- All Known Implementing Classes:
- BasicAction
public interface ActionBean
- extends Action, PartBean, NameableBean
An action is what a subject wants to execute on a resource.
The action features a unique name and a map of parameter names and types.
- Since:
- 0.1.0
Methods inherited from interface org.openpermis.policy.bean.PartBean |
accept, accept, addPropertyChangeListener, checkLocalPartConsistency, equalSerialNumber, findBySerialNumber, getPartBeanType, getSerialNumber, instanceOf, removePropertyChangeListener, toShortString |
getParameters
ParameterList getParameters()
- Returns a parameter list.
- Returns:
- a
ParameterList
. - Since:
- 0.1.0
setParameters
void setParameters(ParameterList parameters)
- Sets parameter list.
- Parameters:
parameters
- the parameter list to set.- Since:
- 0.1.0
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG