Interface Policy<T>
-
- Type Parameters:
T- type of the policy object to be used to react to it.
- All Known Implementing Classes:
SecurityPolicy
public interface Policy<T>Top level of a policy that should be applied to work items. Most of the cases it is used to restrict access or operations on top of the work item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvalue()Actual type of policy data used to enforce this policy
-
-
-
Method Detail
-
value
T value()
Actual type of policy data used to enforce this policy- Returns:
- policy data
-
-