Class PolicyRuleEnforcer


  • @Component
    public class PolicyRuleEnforcer
    extends Object
    Code used to enforce the policy rules that have the enforce action. Originally this was a regular ChangeHook. However, when invoked among other hooks, it is too late (see MID-4797). So we had to convert it into regular code. Some parts still carry this history, until properly rewritten (MID-4798).
    Author:
    semancik