Name
CatalystX::Usul::Controller::Admin::RoleManager - Maintains role membership
Version
0.6.$Revision: 1165 $
Synopsis
package MyApp::Controller::Admin;
use base qw(CatalystX::Usul::Controller::Admin);
__PACKAGE__->build_subcontrollers;
Description
Adds/removes users to/from roles (groups). Works for multiple authentication realms
Subroutines/Methods
role_base
Midpoint that stashes the models used by the endpoints
role_manager
Displays the list of all users and the list of users in the currently selected role. Allows users to be moved from one list to the other
role_manager_delete
Deletes the selected role
role_manager_insert
Creates a new role
role_manager_update
Updates the membership list for the selected role
Diagnostics
None
Configuration and Environment
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
License and Copyright
Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE