debian man page for catalyst::authentication::user::hash

Query: catalyst::authentication::user::hash

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Authentication::User::Hash(3pm)		User Contributed Perl Documentation		 Catalyst::Authentication::User::Hash(3pm)

NAME
Catalyst::Authentication::User::Hash - An easy authentication user object based on hashes.
SYNOPSIS
use Catalyst::Authentication::User::Hash; Catalyst::Authentication::User::Hash->new( password => "s3cr3t", );
DESCRIPTION
This implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::Minimal.
METHODS
new( @pairs ) Create a new object with the key-value-pairs listed in the arg list. supports( ) Checks for existence of keys that correspond with features. for_session( ) Just returns $self, expecting it to be serializable. from_session( ) Just passes returns the unserialized object, hoping it's intact. AUTOLOAD( ) Accessor for the key whose name is the method. store( ) Accessors that override superclass's dying virtual methods. id( ) can( )
SEE ALSO
Hash::AsObject perl v5.14.2 2012-04-14 Catalyst::Authentication::User::Hash(3pm)
Related Man Pages
catalyst::authentication::realm(3pm) - debian
catalyst::authentication::store::imap(3pm) - debian
catalyst::authentication::store::minimal(3pm) - debian
catalyst::plugin::authentication::credential::openid(3pm) - debian
catalyst::plugin::authorization::roles(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?