org.openpermis.policy
Interface ActionCollection
- All Superinterfaces:
- Part, Serializable
- All Known Subinterfaces:
- ActionBeanCollection
- All Known Implementing Classes:
- BasicActionCollection
public interface ActionCollection
- extends Part
A collection of Action
's.
- Since:
- 0.3.0
Method Summary |
Action |
findMatch(String actionName,
List<?> arguments)
Returns an action of this action collection which matches the action name and the list of
arguments. |
findMatch
Action findMatch(String actionName,
List<?> arguments)
- Returns an action of this action collection which matches the action name and the list of
arguments.
- Parameters:
actionName
- the name of the action.arguments
- an optional list of arguments to match.
- Returns:
- the action which match or
null
if no such action exists. - Since:
- 0.1.0
PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:22
Copyright (c) 2002-2007 Ergon Informatik AG