[Catalyst] Re: Group based access control
Trevor Leffler
tleffler at uw.edu
Wed Sep 28 18:09:27 GMT 2011
Are you looking for something like
Catalyst::Plugin::Authorization::Abilities?
Have you reviewed the various Catalyst authZ modules on CPAN?
It isn't clear what exactly you're looking to accomplish.
Cheers,
--Trevor
linuxsupport wrote:
> I was looking if there is a read made solution, or someone implemented it
>
> On Wed, Sep 28, 2011 at 9:18 PM, Tomas Doran <bobtfish at bobtfish.net
> <mailto:bobtfish at bobtfish.net>> wrote:
>
>
> On 28 Sep 2011, at 12:34, linuxsupport wrote:
>
> I am sorry, please read the line as below.
>
> Is there a way to implement ACL based on group? similar to role
> base access controller where we use check_user_roles.
>
>
> No, there are several? I assume you mean using
> Catalyst::Plugin::__Authorization::Roles? You could implement a
> method for checking groups in exactly the same manor as that code
> works (go look at the source?)
>
> Cheers
> t0m
>
>
> _________________________________________________
> List: Catalyst at lists.scsys.co.uk <mailto:Catalyst at lists.scsys.co.uk>
> Listinfo:
> http://lists.scsys.co.uk/cgi-__bin/mailman/listinfo/catalyst
> <http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst>
> Searchable archive:
> http://www.mail-archive.com/__catalyst@lists.scsys.co.uk/
> <http://www.mail-archive.com/catalyst@lists.scsys.co.uk/>
> Dev site: http://dev.catalyst.perl.org/
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
More information about the Catalyst
mailing list