X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FAuthentication%2FRealm.pm;fp=lib%2FCatalyst%2FPlugin%2FAuthentication%2FRealm.pm;h=7dcf1a73aebfd80a9de268adde87b45eb08bad3d;hb=1489b476e1375527700ca902760467b914e10332;hp=caace07bf08e907a7eb62a26e9bef250cb7855ac;hpb=52a3537a847cfc28efcf11066cd7ba41567c2532;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/lib/Catalyst/Plugin/Authentication/Realm.pm b/lib/Catalyst/Plugin/Authentication/Realm.pm index caace07..7dcf1a7 100644 --- a/lib/Catalyst/Plugin/Authentication/Realm.pm +++ b/lib/Catalyst/Plugin/Authentication/Realm.pm @@ -2,6 +2,7 @@ package Catalyst::Plugin::Authentication::Realm; use strict; use warnings; + use base qw/Class::Accessor::Fast/; BEGIN { @@ -136,3 +137,31 @@ sub from_session { __PACKAGE__; __END__ + +=pod + +=head1 NAME + +Catalyst::Plugin::Authentication::Realm - Base class for realm objects. + +=head1 DESCRIPTION + +=head1 METHODS + +=over 4 + +=item new + +=item find_user + +=item authenticate + +=item save_user_in_session + +=item from_session + +=back + +=cut + +