NAME
Catalyst::Authentication::User::KiokuDB - User object for KiokuDB
SYNOPSIS
use Catalyst::Authentication::User::KiokuDB;
Catalyst::Authentication::User::KiokuDB->new(
username => "kitteh",
password => "baddog",
roles => [qw/sleep eat play purr/],
);
DESCRIPTION
This implementation of authentication user object is intended to go hand in hand with Catalyst::Authentication::Store::KiokuDB.
METHODS
Implements nothing beyond the requisite interface from its superclass
AUTHOR
Robin Berjon, <robin@berjon.com>, http://robineko.com/
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.