Egg::Release::Authorize - Package kit for attestation.


Egg-Release-Authorize documentation Contained in the Egg-Release-Authorize distribution.

Index


Code Index:

NAME

Top

Egg::Release::Authorize - Package kit for attestation.

DESCRIPTION

Top

It is a package kit for the attestation.

The following modules are included.

* Model

Egg::Model::Auth,

* Base class module.

Egg::Model::Auth::Base, Egg::Model::Auth::Base::API,

* API system.

Egg::Model::Auth::API::DBI, Egg::Model::Auth::API::DBIC, Egg::Model::Auth::API::File,

* Bind system.

Egg::Model::Auth::Bind::Cookie,

* Crypt system.

Egg::Model::Auth::Crypt::CBC, Egg::Model::Auth::Crypt::Func, Egg::Model::Auth::Crypt::MD5, Egg::Model::Auth::Crypt::SHA1,

* Plugin system.

Egg::Model::Auth::Plugin::Keep,

* Session system.

Egg::Model::Auth::Session::FileCache, Egg::Model::Auth::Session::SessionKit,

* Helper

Egg::Helper::Model::Auth,

SEE ALSO

Top

Egg::Release,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release-Authorize documentation Contained in the Egg-Release-Authorize distribution.

package Egg::Release::Authorize;
#
# Masatoshi Mizuno E<lt>lusheE<64>cpan.orgE<gt>
#
# $Id: Authorize.pm 347 2008-06-14 18:57:53Z lushe $
#
use strict;
use warnings;

our $VERSION = '0.06';

1;

__END__