summaryrefslogtreecommitdiff
path: root/docs/api/authentication.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-10-30 02:24:43 -0500
committerMichael Merickel <michael@merickel.org>2012-10-30 02:24:43 -0500
commit41b7db829af0700c0b02185067db5b2ffd3e43f1 (patch)
tree0a9e50cbf7da1780cc3648775ca9883e39bde5aa /docs/api/authentication.rst
parent4fa68826e6d0980c6fd40b992c111f4496d202cf (diff)
downloadpyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.tar.gz
pyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.tar.bz2
pyramid-41b7db829af0700c0b02185067db5b2ffd3e43f1.zip
updated authentication policy api documentation
Diffstat (limited to 'docs/api/authentication.rst')
-rw-r--r--docs/api/authentication.rst10
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
~~~~~~~~~~~~~~