diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-20 08:41:08 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-20 08:41:08 +0000 |
| commit | b54cdb6d0951a28b7d7bf4f585a4059cc5e6b18a (patch) | |
| tree | 0b600c099bdec04c46c13512689c59c9ec8dadac /docs/api | |
| parent | ae0b3f07e3e6b8d6cde11ddf2fead38b7fc8dfd3 (diff) | |
| download | pyramid-b54cdb6d0951a28b7d7bf4f585a4059cc5e6b18a.tar.gz pyramid-b54cdb6d0951a28b7d7bf4f585a4059cc5e6b18a.tar.bz2 pyramid-b54cdb6d0951a28b7d7bf4f585a4059cc5e6b18a.zip | |
- Add API functions for authenticated_userid and effective_principals.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/security.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api/security.rst b/docs/api/security.rst index 317a7b335..c50921100 100644 --- a/docs/api/security.rst +++ b/docs/api/security.rst @@ -5,6 +5,10 @@ .. automodule:: repoze.bfg.security + .. autofunction:: authenticated_userid + + .. autofunction:: effective_principals + .. autofunction:: has_permission .. attribute:: Everyone @@ -32,9 +36,6 @@ 'george', 'read')`` that means deny access. A sequence of ACEs makes up an ACL. It is a string, and it's actual value is "Deny". - .. autoclass:: RemoteUserACLSecurityPolicy - :members: - .. autoclass:: Denied :members: |
