The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Egg-Release-Authorize LUSHE"

Egg::Model::Auth - Model by whom attestation function is offered. River stage zero No dependents

It is a model to use the attestation function. To use it, the module is generated under the control of the project with the helper. see Egg::Helper::Model::Auth. % cd /path/to/MyApp/bin % ./egg_helper M::Auth [MODULE_NAME] MyApp/Model/Auth/MODULE_NAM...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Release::Authorize - Package kit for attestation. River stage zero No dependents

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, Eg...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Base - Base class for AUTH controller. River stage zero No dependents

It is a base class to succeed to from the AUTH controller who outputs it with Egg::Helper::Model::Auth....

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Helper::Model::Auth - Helper who generates AUTH controller module. River stage zero No dependents

It is a helper who generates the controller module to use it with Egg::Model::Auth under the control of 'lib' directory of the project. It starts specifying the Model::Auth mode and the generated module name for the helper script of the project to us...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::API::DBI - API component to access attestation data base by using DBI. River stage zero No dependents

It is API component to access the attestation data base by using Egg::Model::DBI. The setting of 'dbi' is added to the configuration to use it and 'DBI' is set by 'setup_api' method....

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::API::DBIC - API component to access attestation data base by using DBIC. River stage zero No dependents

It is API component to access the attestation data base by using Egg::Model::DBIC. The setting of 'dbic' is added to the configuration to use it and 'DBIC' is set by 'setup_api' method....

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::API::File - API component to treat attestation data of file base. River stage zero No dependents

It is API component to treat the attestation data of the file base of Comma Separated Value etc. The setting of 'file' is added to the configuration to use it and 'File' is set by 'setup_api' method....

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Base::API - Base class for API module of Egg::Model::Auth. River stage zero No dependents

It is a base class to succeed to from API class dynamically generated with the AUTH controller. see Egg::Model::Auth::API::DBI, Egg::Model::Auth::API::DBIC, Egg::Model::Auth::API::File,...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Crypt::MD5 - AUTH component to treat code of attestation data with Digest::MD5. River stage zero No dependents

It is API component to treat the password in the attestation data with Digest::MD5. 'Crypt::MD5' is included in the list following API component name specified for 'setup_api' method. __PACKAGE__->setup_api( DBI => qw/ Crypt::MD5 / ); When 'crypt_md5...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Crypt::CBC - AUTH component to treat code of attestation data with Crypt::CBC. River stage zero No dependents

It is API component to treat the password in the attestation data with Crypt::CBC. 'Crypt::CBC' is included in the list following API component name that adds the setting of 'crypt_cbc' to the configuration to use it and specifies it for 'setup_api' ...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Crypt::Func - AUTH component to treat code of attestation data by standard function. River stage zero No dependents

It is API component to treat the password in the attestation data by function crypt of the Perl standard. 'Crypt::Func' is included in the list following API component name specified for 'setup_api' method. __PACKAGE__->setup_api( DBI => qw/ Crypt::F...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Crypt::SHA1 - AUTH component to treat code of attestation data with Digest::SHA1. River stage zero No dependents

It is API component to treat the password in the attestation data with Digest::SHA1. 'Crypt::SHA1' is included in the list following API component name specified for 'setup_api' method. __PACKAGE__->setup_api( DBI => qw/ Crypt::SHA1 / ); When 'crypt_...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Bind::Cookie - AUTH component that treats session ID. River stage zero No dependents

It relates by Cookie with the client of session ID. 'Bind::Cookie' is included in the list following the session name that adds the setting of 'cookie' to the configuration to use it and sets it by 'setup_session' method. __PACKAGE__->setup_session( ...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Plugin::Keep - The attestation is maintained by Cookie. River stage zero No dependents

The attestation session to which the code that can be decoded to Cookie is set and the session cut is revived. As a result, the attestation is maintained to perpetuity. 'plugin_keep' is set to the configuration to use it, and 'Keep' is included in th...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Session::FileCache - Session management for AUTH component. River stage zero No dependents

An easy session function is offered to the AUTH component by Cache::FileCache. To use it, Cache::FileCache is set by 'filecache' of the configuration. And, 'FileCache' is set by 'setup_session' method. If neither it nor Bind system component are set ...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC

Egg::Model::Auth::Session::SessionKit - Session management for AUTH component that uses Egg::Model::Session. River stage zero No dependents

An easy session function is offered to the AUTH component by Egg::Model::Session. The setting of 'Sessionkit' is added to the configuration to use it and 'SessionKit' is set by 'setup_session' method. It is Egg::Model::Auth::Session::FileCache and th...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC
16 results (0.027 seconds)