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::Hostmask - Perl extension to process "Hostmask" policies

SYNOPSIS

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

DESCRIPTION

Otherwise, a new Hostmask object will be created

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

output_xml()

Output object as XML

debug()

Set the module debug level

AUTHOR

Dennis Opacki, dopacki@adotout.com

SEE ALSO perl(1).