The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Authen::RBAC::Group::Acl::PolicyFactory::Permit - Perl extension to process "Permit" policies

SYNOPSIS

  use Authen::RBAC::Group::Acl::PolicyFactory::Permit;
  my $object = new Authen::RBAC::Group::Acl::PolicyFactory::Permit();

DESCRIPTION

Creates a new Permit 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

SEE ALSO perl(1).