diff options
| author | Theron Luhn <theron@luhn.com> | 2019-05-26 10:13:49 -0700 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-05-26 10:13:49 -0700 |
| commit | f9fba4fb3e6f6906821ed0f39e6d11cb0f26ce9d (patch) | |
| tree | cca563045d0074ec375ae96e2c49899581c0dd4e /docs/api | |
| parent | c544a22796b02e5b86d3df9d4773274ee0aadeac (diff) | |
| download | pyramid-f9fba4fb3e6f6906821ed0f39e6d11cb0f26ce9d.tar.gz pyramid-f9fba4fb3e6f6906821ed0f39e6d11cb0f26ce9d.tar.bz2 pyramid-f9fba4fb3e6f6906821ed0f39e6d11cb0f26ce9d.zip | |
API docs.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.rst | 35 | ||||
| -rw-r--r-- | docs/api/authorization.rst | 3 |
2 files changed, 22 insertions, 16 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index 57f32327a..835d46de0 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -3,11 +3,28 @@ :mod:`pyramid.authentication` -------------------------------- -Authentication Policies -~~~~~~~~~~~~~~~~~~~~~~~ +Helper Classes +~~~~~~~~~~~~~~ .. automodule:: pyramid.authentication + .. autoclass:: SessionAuthenticationHelper + :members: + + .. autoclass:: AuthTktCookieHelper + :members: + + .. autoclass:: HTTPBasicCredentials + :members: + +Helper Functions +~~~~~~~~~~~~~~~~ + + .. autofunction:: extract_http_basic_credentials + +Authentication Policies +~~~~~~~~~~~~~~~~~~~~~~~ + .. autoclass:: AuthTktAuthenticationPolicy :members: :inherited-members: @@ -27,17 +44,3 @@ Authentication Policies .. autoclass:: RepozeWho1AuthenticationPolicy :members: :inherited-members: - -Helper Classes -~~~~~~~~~~~~~~ - - .. autoclass:: AuthTktCookieHelper - :members: - - .. autoclass:: HTTPBasicCredentials - :members: - -Helper Functions -~~~~~~~~~~~~~~~~ - - .. autofunction:: extract_http_basic_credentials diff --git a/docs/api/authorization.rst b/docs/api/authorization.rst index 5f5435b94..c6b3d090e 100644 --- a/docs/api/authorization.rst +++ b/docs/api/authorization.rst @@ -5,5 +5,8 @@ .. automodule:: pyramid.authorization + .. autoclass:: ACLHelper + :members: + .. autoclass:: ACLAuthorizationPolicy |
