GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Plugin::Authorization::ACL::Engine(3) User Contributed Perl Documentation Catalyst::Plugin::Authorization::ACL::Engine(3)

Catalyst::Plugin::Authorization::ACL::Engine - The backend that computes ACL checks for Catalyst::Plugin::Authorization::ACL.

        # internal

new $app
Create a new rule engine for $app
add_allow $cond
add_deny $cond
fudge $cond, make cond into a rule, and "add_rule"
add_rule $path, $rule
Add rule to all actions under $path
append_rule_to_action $action, $index, $rule, $cxt
Append $rule to $action in slot $index, and store context info $cxt for error reporting.
check_action_rules $action
Evaluate the rules for an action
fudge_condition $thingy
Converts a $thingy into a subref, for DWIM goodness. See the main ACL docs.
get_action_data $action
get_cxt_for_rule $rule
get_rules

This is the engine which executes the access control checks for Catalyst::Plugin::Authorization::ACL. Please use that module directly.

    * external uris -> private paths
2014-05-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.