org.openpermis.policy
Interface TargetAccessRuleCollection
- All Superinterfaces:
- Part, Serializable
- All Known Subinterfaces:
- TargetAccessRuleBeanCollection
- All Known Implementing Classes:
- BasicTargetAccessRuleCollection
public interface TargetAccessRuleCollection
- extends Part
A collection of TargetAccessRule
's.
- Since:
- 0.3.0
findAuthorizedRoleSets
List<AuthorizedRoles> findAuthorizedRoleSets(URI resourceUri,
String actionName,
List<?> arguments,
TimeStamp timeStamp)
- Returns a list of authorized role sets.
- Parameters:
resourceUri
- an URI
to identify a resource.actionName
- the name of an action.arguments
- an optional list of arguments for the action.timeStamp
- a TimeStamp
to determine the temporal time context.
- Returns:
- a list of authorized role sets.
- Since:
- 0.3.0
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG