X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FPlugins.pod;h=e3030e0b28a11cb5f1176e1d88959c427c3e785f;hb=60fa95baef6674b7431c19bdf5c97ac32aa1ef81;hp=0e09de1923f37aefb116cbdc2c461cb390d47aad;hpb=b248fa4a4191cd3eaa13d72e6ec8e64dfef973e0;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 0e09de1..e3030e0 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -92,7 +92,7 @@ L with L =head2 Catalyst::Plugin::Authentication::LDAP L is a plugin allowing you -to authenticate your web users using an LDAP server. Soon to be replaced +to authenticate your web users using an LDAP server. Replaced by L =head2 Catalyst::Plugin::Authentication::OpenID @@ -121,6 +121,11 @@ L uses L to let your application use C<.htpasswd> files for it's authentication storage. +=head2 Catalyst::Plugin::Authentication::Store::LDAP + +L the new LDAP store. Use this +instead of L + =head2 Catalyst::Plugin::Authentication::Store::Minimal L lets you create a very @@ -135,12 +140,13 @@ See L for more info. =head2 Catalyst::Plugin::Authorization::ACL - -=head2 Catalyst::Plugin::Authorization::ACL::Engine - +L This module provides Access Control +List style path protection, with arbitrary rules for L applications. +It operates only on the Catalyst private namespace, at least at the moment. =head2 Catalyst::Plugin::Authorization::CDBI::GroupToken +No longer on the CPAN =head2 Catalyst::Plugin::Authorization::Roles @@ -509,10 +515,11 @@ classes, either by doing so within the Catalyst model classes themselves, or by inheriting from existing C classes. -=head2 Catalyst::Model::DBIC +=head2 Catalyst::Model::DBIC::Schema -L is a L model class built on top of -L. +L is a L model class that can +use either an explicit DBIx::Class::Schema or one automatically loaded from +your database via DBIx::Class::Schema::Loader =head2 Catalyst::Model::Plucene @@ -554,7 +561,7 @@ L is a Template Toolkit view. See L. Andrew Ford EA.Ford@ford-mason.co.ukE -Gavin Henry Eghenry@suretecsystems.com +Gavin Henry Eghenry@suretecsystems.comE Jesse Sheidlower Ejester@panix.comE