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

Name

CatalystX::Usul::Controller::Admin::RoleManager - Maintains role membership

Version

Describes v0.17.$Rev: 1 $

Synopsis

   package YourApp::Controller::Admin;

   use CatalystX::Usul::Moose;

   BEGIN { extends q(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

CatalystX::Usul::Controller
CatalystX::Usul::TraitFor::Controller::ModelHelper
CatalystX::Usul::TraitFor::Controller::PersistentState

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) 2014 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