Jesse Vincent > Jifty-0.60912 > Jifty::Plugin::Login::CurrentUser

Download:
Jifty-0.60912.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  5
View Bugs
Report a bug
Source   Latest Release: Jifty-0.70824

new PARAMHASH

Instantiate a new current user object, loading the user by paramhash:

   my $item = Jifty::Plugin::Login::Model::Item->new( Jifty::Plugin::Login::CurrentUser->new(email => 'user@site'));

if you give the param _bootstrap => 1

your object will be marked as a bootstrap user. You can use that to do an endrun around acls.