The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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_salt_len

password

supported_features

roles

check_roles

for_session

SEE ALSO

Catalyst::Plugin::Authentication::Store::DBIC

AUTHORS

David Kamholz, <dkamholz@cpan.org>

Andy Grundman

COPYRIGHT

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