diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-19 02:01:41 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-19 02:01:41 +0000 |
| commit | 312804eed59eef30c1772f484aac1a60f8da3bbf (patch) | |
| tree | 9b56654058602f3971ac6f59446d5bab51b564e8 /docs/api | |
| parent | 5f7d12aa00d1041d8bb5c36f416636bbe4c4847c (diff) | |
| download | pyramid-312804eed59eef30c1772f484aac1a60f8da3bbf.tar.gz pyramid-312804eed59eef30c1772f484aac1a60f8da3bbf.tar.bz2 pyramid-312804eed59eef30c1772f484aac1a60f8da3bbf.zip | |
Organize into separate authentication and authorization sections.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/security.rst | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index 2261155b0..f29d66464 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -5,26 +5,28 @@ .. automodule:: repoze.bfg.security -API Functions -~~~~~~~~~~~~~ +Authentication API Functions +---------------------------- .. autofunction:: authenticated_userid .. autofunction:: effective_principals -.. autofunction:: has_permission - -.. autofunction:: principals_allowed_by_permission - .. autofunction:: forget .. autofunction:: remember -.. autofunction:: view_execution_permitted +Authorization API Functions +--------------------------- +.. autofunction:: has_permission + +.. autofunction:: principals_allowed_by_permission + +.. autofunction:: view_execution_permitted Constants -~~~~~~~~~ +--------- .. attribute:: Everyone @@ -54,7 +56,7 @@ Constants policy, representing the concept "don't inherit any other ACEs". Return Values -~~~~~~~~~~~~~ +------------- .. attribute:: Allow |
