annotation class Rule(val beanRef: String, val options: String)

Rule used in Authorization annotations Can be used to define which conditions allow or deny access to a Node

Parameters

beanRef

name of the bean which implements the condition, the bean must be a DisallowRuleGenerator

options

additional options provided to the DisallowRuleGenerator, e.g. property names. Allows building general rule generators

Properties

Link copied to clipboard
Link copied to clipboard
val options: Array<out String>