debian man page for catalyst::action::role::acl

Query: catalyst::action::role::acl

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Action::Role::ACL(3pm)			User Contributed Perl Documentation			  Catalyst::Action::Role::ACL(3pm)

NAME
Catalyst::Action::Role::ACL - Deprecated user role-based authorization action class
SYNOPSIS
sub foo :Local :ActionClass(Role::ACL) :RequiresRole(admin) :ACLDetachTo(denied) { my ($self, $c) = @_; ... } sub denied :Private { my ($self, $c) = @_; $c->res->status('403'); $c->res->body('Denied!'); }
DESCRIPTION
Provides a Catalyst reusable action for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines. You are better using Catalyst::ActionRole::ACL to do this, as it plays nicely with other extensions. This package is maintained to allow compatibility with people using this in existing code, but will warn once when used.
AUTHOR
David P.C. Wollmann <converter42@gmail.com>
BUGS
This is new code. Find the bugs and report them, please. COPYRIGHT &; LICENSE Copyright 2009 by David P.C. Wollmann This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-07-13 Catalyst::Action::Role::ACL(3pm)
Related Man Pages
catalyst::controller::actionrole(3pm) - debian
catalyst::engine::psgi(3pm) - debian
catalyst::manual::actions(3pm) - debian
catalyst::plugin::log::dispatch(3pm) - debian
catalyst::restarter(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
New UNIX and Linux History Sections