CGI::Application::Plugin::Authentication::Store

CGI::Application::Plugin::Authentication::Store is a base module for building storage classes.
Download

CGI::Application::Plugin::Authentication::Store Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cees Hek
  • Publisher web site:
  • http://search.cpan.org/~ceeshek/CGI-Application-Plugin-TT-1.04/lib/CGI/Application/Plugin/TT.pm

CGI::Application::Plugin::Authentication::Store Tags


CGI::Application::Plugin::Authentication::Store Description

CGI::Application::Plugin::Authentication::Store is a base module for building storage classes. CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin.SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store); sub fetch { my $self = shift; my @params = @_; ... } sub save { my $self = shift; my %params = @_; ... } sub delete { my $self = shift; my @params = @_; ... }This module is a base class for all storage classes for the CGI::Application::Plugin::Authentication plugin. Each storage class is required to provide three methods that fetch, save and delete data from the store. The information that is saved will be text based, so there is no need to flatten any of the data that is to be stored. Requirements: · Perl


CGI::Application::Plugin::Authentication::Store Related Software