doc updates
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Realm.pm
index 9b162f3..fbd7124 100644 (file)
@@ -144,22 +144,31 @@ Catalyst::Plugin::Authentication::Realm - Base class for realm objects.
 
 =head1 DESCRIPTION
 
-=head1 METHODS
+=head1 CONFIGURATION
 
 =over 4
 
-=item new
+=item class
+
+=item auto_create_user
 
-=item find_user
+=item auto_update_user
 
-=item authenticate
+=back
+
+=head1 METHODS
 
-=item save_user_in_session
+=head2 new( )
 
-=item from_session
+=head2 find_user( )
+
+=head2 authenticate( )
+
+=head2 save_user_in_session( )
+
+=head2 from_session( )
 
 =back
 
 =cut
 
-