NAME
Authen::RBAC::Group::Acl::PolicyFactory::Deny - Perl extension to process "Deny" policies
SYNOPSIS
use Authen::RBAC::Group::Acl::PolicyFactory::Deny;
my $object = new Authen::RBAC::Group::Acl::PolicyFactory::Deny();
DESCRIPTION
Creates a new Deny object
INTERFACE
The following methods are available in this module.
new();
set_typename($typename)
Sets the typename associated with this object
Accepts a single typename
get_typename()
Gets the typename associated with this object
set_base_pattern($base_pattern)
Sets the base pattern associated with this object
Accepts a single base pattern
get_base_pattern()
Gets the base pattern associated with this object
set_arg_patterns(\@arg_patterns)
Sets the argument patterns associated with this object
Accepts a reference to an array of argument patterns
get_arg_patterns()
Gets the argument patterns associated with this object
output_xml()
Output this object as XML
debug()
Set the module debug level
AUTHOR
Dennis Opacki, dopacki@adotout.com