Main > Programming > Libraries >

CGI::Application::Plugin::Authentication::Driver::DBI 0.12

CGI::Application::Plugin::Authentication::Driver::DBI 0.12

Sponsored Links

CGI::Application::Plugin::Authentication::Driver::DBI 0.12 Ranking & Summary

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

CGI::Application::Plugin::Authentication::Driver::DBI 0.12 description

CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver.

SYNOPSIS

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

__PACKAGE__->authen->config(
DRIVER => [ DBI,
DBH => $self->dbh,
TABLE => user,
CONSTRAINTS => {
user.name => __CREDENTIAL_1__,
MD5:user.password => __CREDENTIAL_2__
},
],
);

This Authentication driver uses the DBI module to allow you to authenticate against 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.
When describing the database structure, you need to specify some or all of the following parameters: TABLE(S), JOIN_ON, COLUMNS and CONSTRAINTS.

DBH

The DBI database handle to use. Defaults to $self-dbh()>, which is provided and configured through CGI::Application::Plugin::DBH

TABLE(S) (required)

Provide either a single table name, or an array of table names. You can give the table names aliases which can be referenced in later columns.

TABLE => users,

- or -

TABLES => [users U, domains D],
JOIN_ON (conditionally required)
If you have specified multiple tables, then you need to provide an SQL expression that can be used to join those tables.
JOIN_ON => user.domainid = domain.id,

- or -

JOIN_ON => U.domainid = D.id,

CGI::Application::Plugin::Authentication::Driver::DBI 0.12 Screenshot

Advertisements

CGI::Application::Plugin::Authentication::Driver::DBI 0.12 Keywords

Bookmark CGI::Application::Plugin::Authentication::Driver::DBI 0.12

Hyperlink code:
Link for forum:

CGI::Application::Plugin::Authentication::Driver::DBI 0.12 Copyright

WareSeeker periodically updates pricing and software information of CGI::Application::Plugin::Authentication::Driver::DBI 0.12 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::Authentication::Driver::DBI 0.12 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::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::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. Free Download
CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. Free Download
CGI::Application::Plugin::Authentication::Store::Session is a session based store. Free Download