Name : perl-Catalyst-Plugin-Authentication
| |
Version : 0.10023
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2015-05-01 08:39:37
|
Group : Development/Libraries/Perl
| Source RPM : perl-Catalyst-Plugin-Authentication-0.10023-1.1.src.rpm
|
Size : 0.21 MB
| |
Packager : (none)
| |
Summary : Infrastructure plugin for the Catalyst
|
Description :
The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do).
Using authentication is split into two parts. A Store is used to actually store the user information, and can store any amount of data related to the user. Credentials are used to verify users, using information from the store, given data from the frontend. A Credential and a Store are paired to form a \'Realm\'. A Catalyst application using the authentication framework must have at least one realm, and may have several.
To implement authentication in a Catalyst application you need to add this module, and specify at least one realm in the configuration.
Authentication data can also be stored in a session, if the application is using the the Catalyst::Plugin::Session manpage module.
*NOTE* in version 0.10 of this module, the interface to this module changed. Please see the /COMPATIBILITY ROUTINES manpage for more information.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_12/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Catalyst::Authentication::Credential::NoPassword)
perl(Catalyst::Authentication::Credential::Password)
perl(Catalyst::Authentication::Credential::Remote)
perl(Catalyst::Authentication::Realm)
perl(Catalyst::Authentication::Realm::Compatibility)
perl(Catalyst::Authentication::Realm::Progressive)
perl(Catalyst::Authentication::Store::Minimal)
perl(Catalyst::Authentication::Store::Null)
perl(Catalyst::Authentication::User)
perl(Catalyst::Authentication::User::Hash)
perl(Catalyst::Plugin::Authentication)
perl(Catalyst::Plugin::Authentication::Credential::Password)
perl(Catalyst::Plugin::Authentication::Store::Minimal)
perl(Catalyst::Plugin::Authentication::User)
perl(Catalyst::Plugin::Authentication::User::Hash)
perl-Catalyst-Plugin-Authentication
Requires :