private fun generateFullAuthorizationCondition(allowRules: Set<NodeAllowRule>, node: Node, permission: Permission): Condition

Generates the full authorization condition. This includes both the allowRules and all disallow rules.

Return

the generated condition

Parameters

allowRules

the set of NodeAllowRules to check

node

the Node to apply the condition to

permission

context for condition generation