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 ---------------- docs/api/authorization.rst | 11 ----------- 2 files changed, 27 deletions(-) delete mode 100644 docs/api/authentication.rst delete mode 100644 docs/api/authorization.rst (limited to 'docs/api') 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 - diff --git a/docs/api/authorization.rst b/docs/api/authorization.rst deleted file mode 100644 index e44b1e293..000000000 --- a/docs/api/authorization.rst +++ /dev/null @@ -1,11 +0,0 @@ -:mod:`repoze.bfg.authorization` -=============================== - -.. automodule:: repoze.bfg.authorization - -.. _authorization_policies_api_section: - -Authorization Policies -~~~~~~~~~~~~~~~~~~~~~~ - -.. autoclass:: ACLAuthorizationPolicy -- cgit v1.2.3