1Catalyst::AuthenticatioUns:e:rUsCeorn:t:rHiabsuht(e3d)PCeartlalDyosctu:m:eAnuttahteinotnication::User::Hash(3)
2
3
4
6 Catalyst::Authentication::User::Hash - An easy authentication user
7 object based on hashes.
8
10 use Catalyst::Authentication::User::Hash;
11
12 Catalyst::Authentication::User::Hash->new(
13 password => "s3cr3t",
14 );
15
17 This implementation of authentication user handles is supposed to go
18 hand in hand with Catalyst::Authentication::Store::Minimal.
19
21 new( @pairs )
22 Create a new object with the key-value-pairs listed in the arg list.
23
24 supports( )
25 Checks for existence of keys that correspond with features.
26
27 for_session( )
28 Just returns $self, expecting it to be serializable.
29
30 from_session( )
31 Just passes returns the unserialized object, hoping it's intact.
32
33 AUTOLOAD( )
34 Accessor for the key whose name is the method.
35
36 store( )
37 Accessors that override superclass's dying virtual methods.
38
39 id( )
40 can( )
42 Hash::AsObject
43
44
45
46perl v5.28.0 2012-0C6a-t3a0lyst::Authentication::User::Hash(3)