diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
| commit | c5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch) | |
| tree | b6c09425e10c2900bf2120dfe4d390e9070f960c /docs/glossary.rst | |
| parent | e4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff) | |
| download | pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.gz pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.bz2 pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.zip | |
Prep for b1
Merge a bunch of paper-based docs fixes
Configure logging during bfgshell.
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 7c55dc2f5..b8ac383e3 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -219,10 +219,8 @@ Glossary given the :term:`authentication` information in the request. authentication - The act of determining that the credentials a user presents during - a particular request are "good". :mod:`repoze.bfg` uses the - :term:`authentication` data supplied by the upstream component as - one input during :term:`authorization`. Authentication in + The act of determining that the credentials a user presents + during a particular request are "good". Authentication in :mod:`repoze.bfg` is performed via an :term:`authentication policy`. @@ -444,7 +442,7 @@ Glossary repoze.lemonade Zope2 CMF-like `data structures and helper facilities <http://docs.repoze.org/lemonade>`_ for CA-and-ZODB-based - applications useful within bfg applications. + applications useful within :mod:`repoze.bfg` applications. repoze.catalog An indexing and search facility (fielded and full-text) based on @@ -593,7 +591,7 @@ Glossary The :term:`view callable` invoked by :mod:`repoze.bfg` when the developer explicitly raises a ``repoze.bfg.exceptions.Forbidden`` exception from within - :term:`view` code or :term:`root factory` code, or when the the + :term:`view` code or :term:`root factory` code, or when the :term:`view configuration` and :term:`authorization policy` found for a request disallows a particular view invocation. :mod:`repoze.bfg` provides a default implementation of a |
