Model Rules
Security rules from a model's method call
If you prefer to store your rules your way, CBSecurity can talk to any WireBox ID or model and get the rules from them by using the model
source in the rule provider.
config/Coldbox.cfc
The
model
property is any WireBox ID or classpathThe
method
property is the name of the method to call to get an array of rules back
Last updated