The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Authentication::Store::DBI::User - User object representing a database record

DESCRIPTION

This class represents users found in the database and implements methods to access the contained information.

METHODS

new

id

supported_features

get

get_object

This method returns the actual contents of the user, i.e. the hashref.

obj

Method alias to get_object for your convenience.

roles

SEE ALSO

Catalyst::Authentication::Store::DBI

AUTHOR

Simon Bertrang, <simon.bertrang@puzzworks.com>

COPYRIGHT

Copyright (c) 2008 PuzzWorks OHG, http://puzzworks.com/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.