diff options
| author | Chris McDonough <chrism@plope.com> | 2012-10-30 06:56:01 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-10-30 06:56:01 -0700 |
| commit | 0b0945e6491a2d8313f39061928abc7352d3c463 (patch) | |
| tree | 0a9e50cbf7da1780cc3648775ca9883e39bde5aa /docs | |
| parent | 4fa68826e6d0980c6fd40b992c111f4496d202cf (diff) | |
| parent | 41b7db829af0700c0b02185067db5b2ffd3e43f1 (diff) | |
| download | pyramid-0b0945e6491a2d8313f39061928abc7352d3c463.tar.gz pyramid-0b0945e6491a2d8313f39061928abc7352d3c463.tar.bz2 pyramid-0b0945e6491a2d8313f39061928abc7352d3c463.zip | |
Merge pull request #711 from Pylons/fix.auth-policy-notice
updated authentication policy api documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/authentication.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 587026a3b..19d08618b 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -9,14 +9,24 @@ Authentication Policies .. automodule:: pyramid.authentication .. autoclass:: AuthTktAuthenticationPolicy + :members: + :inherited-members: .. autoclass:: RemoteUserAuthenticationPolicy + :members: + :inherited-members: .. autoclass:: SessionAuthenticationPolicy + :members: + :inherited-members: .. autoclass:: BasicAuthAuthenticationPolicy + :members: + :inherited-members: .. autoclass:: RepozeWho1AuthenticationPolicy + :members: + :inherited-members: Helper Classes ~~~~~~~~~~~~~~ |
