diff options
| author | Michael Merickel <michael@merickel.org> | 2012-10-30 02:24:43 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-10-30 02:24:43 -0500 |
| commit | 41b7db829af0700c0b02185067db5b2ffd3e43f1 (patch) | |
| tree | 0a9e50cbf7da1780cc3648775ca9883e39bde5aa /docs | |
| parent | 4fa68826e6d0980c6fd40b992c111f4496d202cf (diff) | |
| download | pyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.tar.gz pyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.tar.bz2 pyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.zip | |
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 ~~~~~~~~~~~~~~ |
