diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-03 20:35:22 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-01 10:05:47 -0500 |
| commit | f229f02f7c96ba81f1827973458fd0c5843235f1 (patch) | |
| tree | 5f489b644f1571aef94bb61e9baee0bab9407a74 /docs/api | |
| parent | 04eff2cc3ab71f0c38583647b047fff9447b7668 (diff) | |
| download | pyramid-f229f02f7c96ba81f1827973458fd0c5843235f1.tar.gz pyramid-f229f02f7c96ba81f1827973458fd0c5843235f1.tar.bz2 pyramid-f229f02f7c96ba81f1827973458fd0c5843235f1.zip | |
remove deprecated security functions
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/security.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index 116459226..edb66472e 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -8,12 +8,6 @@ Authentication API Functions ---------------------------- -.. autofunction:: authenticated_userid - -.. autofunction:: unauthenticated_userid - -.. autofunction:: effective_principals - .. autofunction:: forget .. autofunction:: remember(request, userid, **kwargs) @@ -21,8 +15,6 @@ Authentication API Functions Authorization API Functions --------------------------- -.. autofunction:: has_permission - .. autofunction:: principals_allowed_by_permission .. autofunction:: view_execution_permitted |
