28/10/2008
Role Based Access Control
29
Code Examples - Create Authz / 1
luse IFL::Authz;
luse IFL::Authz::Config::PerlFile;
l# load config
lmy $authzconfig = IFL::Authz::Config::PerlFile
->new({ configfilepath => "authz.xpl" });
l# contains
l#   store => {
l#     class  => 'IFL::Authz::Serialiser::PerlFile',
l#     storefilepath = 'authz_schema.xpl',
l#   },
l#   objectmatch => { class => 'TestAdminAuthz' },
l# relies on plugin TestAdminAuthz.pm which gives
l# match_object() that understands rings of power