ApplyPolicy
Defines when a policy shall be executed.
enum ApplyPolicy {
AFTER_RESOLVER
BEFORE_RESOLVER
VALIDATION
}
Values
ApplyPolicy.AFTER_RESOLVER
After the resolver was executed.
ApplyPolicy.BEFORE_RESOLVER
Before the resolver was executed.
ApplyPolicy.VALIDATION
The policy is applied in the validation step before the execution.