Catalyst::Authentication::Store::Jifty::DBI::User - Catalyst::Authentication::Store::Jifty::DBI::User documentation


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

Index


NAME

Top

Catalyst::Authentication::Store::Jifty::DBI::User

DESCRIPTION

Top

Used internally to do the actual tasks to retrieve/store information.

METHODS

Top

new

creates an object.

load

retrieves a user from storage with the provided information.

supported_features

shows the supported features, currently Roles and Session.

roles

returns an array of roles associated with the user.

from_session

restores the user from a hash reference from the session

for_session

returns a hash reference of the user data to store.

get

returns the value of the given column.

get_object, obj

returns the user object.

auto_create

creates a user automatically from the auth_info.

auto_update

updates the user automatically from the auth_info.

SEE ALSO

Top

Catalyst::Plugin::Authentication, Catalyst::Authentication::Store::DBIx::Class

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


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