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 Detail

      • value

        T value()
        Actual type of policy data used to enforce this policy
        Returns:
        policy data