1Catalyst::AuthenticatioUns:e:rUsCeorn:t:rHiabsuht(e3d)PCeartlalDyosctu:m:eAnuttahteinotnication::User::Hash(3)
2
3
4

NAME

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

SYNOPSIS

10           use Catalyst::Authentication::User::Hash;
11
12           Catalyst::Authentication::User::Hash->new(
13               password => "s3cr3t",
14           );
15

DESCRIPTION

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

METHODS

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( )

SEE ALSO

42       Hash::AsObject
43
44
45
46perl v5.36.0                      2022-0C7a-t2a2lyst::Authentication::User::Hash(3)
Impressum