diff options
| author | Chris McDonough <chrism@plope.com> | 2012-10-27 19:45:51 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-10-27 19:45:51 -0400 |
| commit | 220435320613530bde80dd1c4a38a3e719f4af5d (patch) | |
| tree | 7d1b5b1b367b6fc4b5d16cb88e3f8976acf6ece5 /docs/api/authentication.rst | |
| parent | 0a1fb171514f4a41cf8679ef61c06397854dde07 (diff) | |
| parent | 4a6cca62ddf33580b1de210ef5ca54bfb2769243 (diff) | |
| download | pyramid-220435320613530bde80dd1c4a38a3e719f4af5d.tar.gz pyramid-220435320613530bde80dd1c4a38a3e719f4af5d.tar.bz2 pyramid-220435320613530bde80dd1c4a38a3e719f4af5d.zip | |
Merge branch 'master' into 1.4-branch
Diffstat (limited to 'docs/api/authentication.rst')
| -rw-r--r-- | docs/api/authentication.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 5d4dbd9e3..587026a3b 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -10,12 +10,14 @@ Authentication Policies .. autoclass:: AuthTktAuthenticationPolicy - .. autoclass:: RepozeWho1AuthenticationPolicy - .. autoclass:: RemoteUserAuthenticationPolicy .. autoclass:: SessionAuthenticationPolicy + .. autoclass:: BasicAuthAuthenticationPolicy + + .. autoclass:: RepozeWho1AuthenticationPolicy + Helper Classes ~~~~~~~~~~~~~~ |
