/usr/lib/python2.6/site-packages/keystoneauth1/identity
Edit: /usr/lib/python2.6/site-packages/keystoneauth1/identity/access.pyc (1968B)
Ñò
DVc @ s= d d k l Z d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t _utils( t baset AccessInfoPluginc B s8 e Z d Z e i ƒ d d „ ƒ Z d „ Z d „ Z RS( s¤ A plugin that turns an existing AccessInfo object into a usable plugin.
There are cases where reuse of an auth_ref or AccessInfo object is
warranted such as from a cache, from auth_token middleware, or another
source.
Turn the existing access info object into an identity plugin. This plugin
cannot be refreshed as the AccessInfo object does not contain any
authorizing information.
:param auth_ref: the existing AccessInfo object.
:type auth_ref: keystonauth.access.AccessInfo
:param auth_url: the url where this AccessInfo was retrieved from. Required
if using the AUTH_INTERFACE with get_endpoint. (optional)
c C s, t t | ƒ i d | d t ƒ | | _ d S( Nt auth_urlt reauthenticate( t superR t __init__t Falset auth_ref( t selfR R ( ( sD /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/identity/access.pyR " s c K s | i S( N( R ( R t sessiont kwargs( ( sD /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/identity/access.pyt get_auth_ref( s c C s t S( N( R ( R ( ( sD /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/identity/access.pyt
invalidate+ s N( t __name__t
__module__t __doc__t utilst
positionalt NoneR R R
( ( ( sD /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/identity/access.pyR s
N( t
keystoneauth1R R t keystoneauth1.identityR t BaseIdentityPluginR ( ( ( sD /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/identity/access.pyt
s