<<

NAME

pf::Portal::ProfileFactory - Factory to construct special pf::Portal::Profile objects with complex initialization

SYNOPSIS

This module is meant to encapsulate the coupling between the configuration and the actual pf::Portal::Profile objects. Reading and parsing the configuration containing all the necessary information needed to actually instantiate the objects.

SUBROUTINES

instantiate

Create a new pf::Portal::Profile instance based on parameters given.

_from_profile

Massages the profile values before creating the object

_guest_modes_from_sources

Extract the guest modes from the sources

_chained_guest_modes_from_sources

Extract the guest modes from the chained sources

AUTHOR

Inverse inc. <info@inverse.ca>

COPYRIGHT

Copyright (C) 2005-2015 Inverse inc.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<<