NAME

Catalyst::Authentication::Store::Tangram::User - A thin adapter to adapt any Tangram class to behave as needed by Catalyst::Authentication::User

SYNOPSIS

$c->user->id; # Returns unique user ID
$c->user->get('email_address'); # Retrieve value from the underlying Tangram object.
$c->user->_tangram; # Get the underlying Tangram object yourself.

DESCRIPTION

The Catalyst::Authentication::Store::Tangram::User class encapsulates any Tangram class in the Catalyst::Authentication::User interface.

METHODS

new ($class, $storage, $tangram_object)

Simple constructor

id

Unique Tangram ID for this object

AUTHOR

Tomas Doran, <bobtfish at bobtfish dot net>

With thanks to state51, my employer, for giving me the time to work on this.

BUGS

No known bugs.

COPYRIGHT

Copyright (c) 2008, state51. Some rights reserved.

This module is free software; you can use, redistribute, and modify it under the same terms as Perl 5.8.x.