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