diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-01 08:13:25 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-01 08:13:25 +0000 |
| commit | 0688dad3e51361e3274650f39897100063f89459 (patch) | |
| tree | 585ba59c6ddef0aef171116eb682a0a64220b756 /docs/api/authentication.rst | |
| parent | dd7614a8e486735b7106331ca6b86229115de249 (diff) | |
| download | pyramid-0688dad3e51361e3274650f39897100063f89459.tar.gz pyramid-0688dad3e51361e3274650f39897100063f89459.tar.bz2 pyramid-0688dad3e51361e3274650f39897100063f89459.zip | |
- 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.
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 16 |
1 files changed, 0 insertions, 16 deletions
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 - |
