VERSION
3.4.0SYNOPSIS
use CipUX::RBAC;
DESCRIPTION
Provides the functions Role Based Access Control.ABSTRACT
The CipUX RBAC class provides services to CipUX XML-RPC (CipUX::RPC) server and the CipUX Administration Tool CAT (CipUX::CAT::Web).CONFIGURATION AND ENVIRONMENT
TODODEPENDENCIES
Carp Scalar::Util Pod::Usage Data::Dumper CipUX CipUX::Task Graph Graph::Directed Graph::Reader::XML Graph::Writer::XML Graph::Writer::DotSUBROUTINES/METHODS
The following functions will be exported by CipUX::RBAC.rbac_config
TODOaccess
Test the role based access via transitive closure graph.construct_directed_graph
creates a direced graph.get_acl
TODOget_acl_for_cat_module
TODOget_acl_for_task
TODOget_object_list
TODOget_related_objects
TODOget_task
TODOread_xml_file
Reads graph from an XML file.retreive_api
TODOretreive_cfg
TODOretreive_explain
TODOset_acl
TODOwrite_dot_file
Writes graph to a dot file. This can be view with dotty or some other tool.write_xml_file
Writes graph to an XML file.list_rbac
List CipUX RBAC scope class commands.Syntax:
$cipux->list_rbac({ });
cat_modules_by_user
TODOusers_by_cat_module
TODOquery_via_rpc
TODOquery_via_task
TODOxmlrpc
TODODIAGNOSTICS
TODOINCOMPATIBILITIES
Not known.BUGS AND LIMITATIONS
Not known.AUTHOR
Christian Kuelker <[email protected]>LICENSE AND COPYRIGHT
Copyright (C) 2008 by Christian KuelkerThis 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, 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA