NAME
Catalyst::Plugin::Authentication::Store::DBIC::User - A user object representing an entry in a database.
SYNOPSIS
use Catalyst::Plugin::Authentication::Store::DBIC::User;
DESCRIPTION
This class implements a user object.
INTERNAL METHODS
new
crypted_password
hashed_password
hash_algorithm
password_pre_salt
password_post_salt
password
supported_features
roles
for_session
SEE ALSO
Catalyst::Plugin::Authentication::Store::DBIC
AUTHOR
Andy Grundman, <andy@hybridized.org>
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.