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 and run it right after the first Projector run.
    Author:
    semancik