From 0688dad3e51361e3274650f39897100063f89459 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 1 Jul 2009 08:13:25 +0000 Subject: - Deprecate the ``authentication_policy`` and ``authorization_policy`` arguments to ``repoze.bfg.router.make_app``. Instead, developers should use the various authentication policy ZCML directives (``repozewho1authenticationpolicy``, ``remoteuserauthenticationpolicy`` and ``authtktauthenticationpolicy``) and the `aclauthorizationpolicy`` authorization policy directive as described in the changes to the "Security" narrative documentation chapter and the wiki tutorials. --- docs/api/authentication.rst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/api/authentication.rst (limited to 'docs/api/authentication.rst') diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst deleted file mode 100644 index 6514de510..000000000 --- a/docs/api/authentication.rst +++ /dev/null @@ -1,16 +0,0 @@ -:mod:`repoze.bfg.authentication` -================================ - -.. automodule:: repoze.bfg.authentication - -.. _authentication_policies_api_section: - -Authentication Policies -~~~~~~~~~~~~~~~~~~~~~~~ - -.. autoclass:: AuthTktAuthenticationPolicy - -.. autoclass:: RemoteUserAuthenticationPolicy - -.. autoclass:: RepozeWho1AuthenticationPolicy - -- cgit v1.2.3