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

NAME

Apache::SWIT::Security - security subsystem for Apache::SWIT

SYNOPSIS

# to install, from command line prompt: Your-Module $ perl -MApache::SWIT::Security \ -e 'Apache::SWIT::Security::Maker->install_subsystem("Sec")

DISCLAIMER

This is pre-alpha quality software. Please use it on your own risk.

DESCRIPTION

This module provides security subsystem for Apache::SWIT based modules.

It does users, roles, url based security etc. For more details look at the included tests.

BUGS

Much needed documentation is non-existant at the moment.

AUTHOR

        Boris Sukholitko
        boriss@gmail.com

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Apache::SWIT