summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-15 03:01:51 -0400
committerChris McDonough <chrism@plope.com>2011-08-15 03:01:51 -0400
commit1a42bd45ad6dd066078d6d4997d33208b1bd0c63 (patch)
treea6b647e692576e4131f0dd883343233e4d1e033b /docs/api/config.rst
parentb2533554bb8816d412615595f4d7947f7779bf47 (diff)
downloadpyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.gz
pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.tar.bz2
pyramid-1a42bd45ad6dd066078d6d4997d33208b1bd0c63.zip
- New methods of the ``pyramid.config.Configurator`` class:
``set_authentication_policy`` and ``set_authorization_policy``. These are meant to be consumed mostly by add-on authors.
Diffstat (limited to 'docs/api/config.rst')
-rw-r--r--docs/api/config.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index 30c541905..de054d7ce 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -78,6 +78,10 @@
.. automethod:: set_view_mapper
+ .. automethod:: set_authentication_policy
+
+ .. automethod:: set_authorization_policy
+
.. automethod:: add_tween
.. automethod:: testing_securitypolicy