Main > Programming > Libraries >

CGI::Application::Plugin::Authorization::Driver::DBI 0.05

CGI::Application::Plugin::Authorization::Driver::DBI 0.05

Sponsored Links

CGI::Application::Plugin::Authorization::Driver::DBI 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.017 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1005
Date added: 2007-01-23
Publisher: SiteSuite

CGI::Application::Plugin::Authorization::Driver::DBI 0.05 description

CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver.

SYNOPSIS

use base qw(CGI::Application);
use CGI::Application::Plugin::Authorization;

# Simple task based authentication
__PACKAGE__->authz->config(
DRIVER => [ DBI,
TABLES => [account, task],
JOIN_ON => account.id = task.accountid,
USERNAME => account.name,
CONSTRAINTS => {
task.name => __PARAM_1__,
}
],
);
if ($self->authz->authorize(editfoo) {
# User is allowed access if it can editfoo
}

This Authorization driver uses the DBI module to allow you to gather authorization information from any database for which there is a DBD module. You can either provide an active database handle, or provide the parameters necesary to connect to the database.

CGI::Application::Plugin::Authorization::Driver::DBI 0.05 Screenshot

Advertisements

CGI::Application::Plugin::Authorization::Driver::DBI 0.05 Keywords

Bookmark CGI::Application::Plugin::Authorization::Driver::DBI 0.05

Hyperlink code:
Link for forum:

CGI::Application::Plugin::Authorization::Driver::DBI 0.05 Copyright

WareSeeker periodically updates pricing and software information of CGI::Application::Plugin::Authorization::Driver::DBI 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of CGI::Application::Plugin::Authorization::Driver::DBI 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. Free Download
CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. Free Download
CGI::Application::Plugin::Authentication::Driver is a base module for building driver clasees for CGI::Application::Plugin:Auth. Free Download
CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver. Free Download
CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. Free Download
CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. Free Download
CGI::Application::Plugin::Authentication::Store is a base module for building storage classes. Free Download
CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. Free Download