GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Authentication::User::Hash(3) User Contributed Perl Documentation Catalyst::Authentication::User::Hash(3)

Catalyst::Authentication::User::Hash - An easy authentication user object based on hashes.

    use Catalyst::Authentication::User::Hash;
    
    Catalyst::Authentication::User::Hash->new(
        password => "s3cr3t",
    );

This implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::Minimal.

Create a new object with the key-value-pairs listed in the arg list.

Checks for existence of keys that correspond with features.

Just returns $self, expecting it to be serializable.

Just passes returns the unserialized object, hoping it's intact.

Accessor for the key whose name is the method.

Accessors that override superclass's dying virtual methods.

Hash::AsObject
2012-06-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.