summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorÉric Araujo <earaujo@caravan.coop>2019-12-14 13:32:07 -0500
committerÉric Araujo <earaujo@caravan.coop>2019-12-14 13:32:07 -0500
commit0168300b0da3c79e05ec87aa777e04674a86cebb (patch)
tree4e1f38841af1e6f8fd20b4e536ddbe946c294911 /docs/api
parent4a46827769bbe181070a74927aa4e988a4cc3112 (diff)
downloadpyramid-0168300b0da3c79e05ec87aa777e04674a86cebb.tar.gz
pyramid-0168300b0da3c79e05ec87aa777e04674a86cebb.tar.bz2
pyramid-0168300b0da3c79e05ec87aa777e04674a86cebb.zip
start reworking security policy
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/request.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 8e0f77b87..fb4b5caee 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -166,11 +166,11 @@
.. attribute:: authenticated_userid
- .. deprecated:: 2.0
+ .. versionchanged:: 2.0
- ``authenticated_userid`` has been replaced by
- :attr:`authenticated_identity` in the new security system. See
- :ref:`upgrading_auth` for more information.
+ ``authenticated_userid`` uses security policy or authn pol
+ see also :attr:`authenticated_identity` and
+ :ref:`upgrading_auth` for more information.
A property which returns the :term:`userid` of the currently
authenticated user or ``None`` if there is no :term:`authentication
@@ -184,9 +184,9 @@
.. deprecated:: 2.0
- ``unauthenticated_userid`` has been replaced by
- :attr:`authenticated_identity` in the new security system. See
- :ref:`upgrading_auth` for more information.
+ ``unauthenticated_userid`` has been replaced by
+ :attr:`authenticated_identity` in the new security system. See
+ :ref:`upgrading_auth` for more information.
A property which returns a value which represents the *claimed* (not
verified) :term:`userid` of the credentials present in the
@@ -203,8 +203,8 @@
.. deprecated:: 2.0
- The new security policy has removed the concept of principals. See
- :ref:`upgrading_auth` for more information.
+ The new security policy has removed the concept of principals. See
+ :ref:`upgrading_auth` for more information.
A property which returns the list of 'effective' :term:`principal`
identifiers for this request. This list typically includes the