Catalyst::Authentication::User::KiokuDB - User object for KiokuDB


Catalyst-Authentication-Store-KiokuDB documentation  | view source Contained in the Catalyst-Authentication-Store-KiokuDB distribution.

Index


NAME

Top

Catalyst::Authentication::User::KiokuDB - User object for KiokuDB

SYNOPSIS

Top

	use Catalyst::Authentication::User::KiokuDB;

	Catalyst::Authentication::User::KiokuDB->new(
	    username    => "kitteh",
		password    => "baddog",
		roles       => [qw/sleep eat play purr/],
	);

DESCRIPTION

Top

This implementation of authentication user object is intended to go hand in hand with Catalyst::Authentication::Store::KiokuDB.

METHODS

Top

Implements nothing beyond the requisite interface from its superclass

AUTHOR

Top

Robin Berjon, <robin@berjon.com>, http://robineko.com/

COPYRIGHT

Top


Catalyst-Authentication-Store-KiokuDB documentation  | view source Contained in the Catalyst-Authentication-Store-KiokuDB distribution.