diff options
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 57f32327a..f3a25ee64 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -3,10 +3,30 @@ :mod:`pyramid.authentication` -------------------------------- +Helper Classes +~~~~~~~~~~~~~~ + +.. automodule:: pyramid.authentication + + .. autoclass:: SessionAuthenticationHelper + :members: + + .. autoclass:: AuthTktCookieHelper + :members: + +Helper Functions +~~~~~~~~~~~~~~~~ + + .. autofunction:: extract_http_basic_credentials + + .. autoclass:: HTTPBasicCredentials + :members: + Authentication Policies ~~~~~~~~~~~~~~~~~~~~~~~ -.. automodule:: pyramid.authentication +Authentication policies have been deprecated by the new security system. See +:ref:`upgrading_auth` for more information. .. autoclass:: AuthTktAuthenticationPolicy :members: @@ -27,17 +47,3 @@ Authentication Policies .. autoclass:: RepozeWho1AuthenticationPolicy :members: :inherited-members: - -Helper Classes -~~~~~~~~~~~~~~ - - .. autoclass:: AuthTktCookieHelper - :members: - - .. autoclass:: HTTPBasicCredentials - :members: - -Helper Functions -~~~~~~~~~~~~~~~~ - - .. autofunction:: extract_http_basic_credentials |
