You are in Home page » Products » Opensource » CPAN » Business::BancaSella » Help on line

Soluzione integrata di telefonia su internet a banda larga.
Search on this site:  

Are you interested to be updated about all things happens to me day by day?
Visit my new blog

NAME

Business::BancaSella::Ric - Parent class for extracting One-Time-Password from different storage place


SYNOPSIS

Currently supported file, fileFast and mysql storage.

For file storage use:

  use Business::BancaSella::Ric;
  my $ric = new Business::BancaSella::Ric(
                                type            => 'file',
                                file            => 'filePath/filename.ric');
  my $otp = $ric->extract;

For file fast storage use:
  use Business::BancaSella::Ric;
  my $ric = new Business::BancaSella::Ric(
                                type            => 'filefast',
                                file            => 'filePath/filename.ric');
  my $otp = $ric->extract;

For Mysql database use:

  use Business::BancaSella::Ric;
  my $ric = new Business::BancaSella::Ric(
                                type            => 'mysql',
                                dbh             => $DBI_handle,
                                tableName       => $table_with_otp,
                                fieldName       => $field_with_otp);
  my $otp = $ric->extract;


DESCRIPTION

This module extract an One-Time-Password from a system storage place. Currently are supported only file, fileFast and mysql location for OTP.


AUTHOR

Bruni Emiliano, info@ebruni.it


SEE ALSO

  Business::BancaSella::Ric::File
  Business::BancaSella::Ric::Mysql
JavaScript Menu Courtesy of Milonic.com




Comments
Leave a comment

Names and emails are required (emails aren't displayed), url is optional. Comments will be submitted to moderation.

Tags available are: <A>, <STRONG>, <B>, <EM>

No comment has been still sent. Do you wanna be the first?

 Copyright© 1997-2006 Emiliano Bruni Online from 16/08/1998 with visitors Write me to: