Mercurial > pub > Impl
comparison Lib/IMPL/Security/Rule/RoleCheck.pm @ 230:6d8092d8ce1b
*reworked IMPL::Security
*reworked IMPL::Web::Security
*refactoring
author | sergey |
---|---|
date | Mon, 08 Oct 2012 03:37:37 +0400 |
parents | 4d0e1962161c |
children |
comparison
equal
deleted
inserted
replaced
229:47f77e6409f7 | 230:6d8092d8ce1b |
---|---|
1 package IMPL::Security::Rule::RoleCheck; | 1 package IMPL::Security::Rule::RoleCheck; |
2 use strict; | |
2 | 3 |
3 require IMPL::Security::Role; | 4 require IMPL::Security::Role; |
4 | 5 |
5 sub SatisfyAll { | 6 sub SatisfyAll { |
6 my ($secPackage,$object,$desiredAccess,$context) = @_; | 7 my ($secPackage,$object,$desiredAccess,$context) = @_; |
12 | 13 |
13 sub _ExtractRoles { | 14 sub _ExtractRoles { |
14 return (); | 15 return (); |
15 } | 16 } |
16 | 17 |
18 1; |