Package repoze :: Package who :: Package plugins :: Module auth_tkt :: Class AuthTktCookiePlugin
[hide private]

Class AuthTktCookiePlugin

source code


Instance Methods [hide private]
 
__init__(self, secret, cookie_name='auth_tkt', secure=False, include_ip=False, timeout=None, reissue_time=None, userid_checker=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
identify(self, environ) source code
 
_get_cookies(self, environ, value, max_age=None) source code
 
forget(self, environ, identity) source code
 
remember(self, environ, identity) source code
 
__repr__(self)
repr(x)
source code
 
__providedBy__(...)
Object Specification Descriptor
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  userid_type_decoders = {'int': <type 'int'>, 'unicode': <funct...
  userid_type_encoders = {<type 'int'>: ('int', <type 'str'>), <...
  __implemented__ = <implementedBy repoze.who.plugins.auth_tkt.A...
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, secret, cookie_name='auth_tkt', secure=False, include_ip=False, timeout=None, reissue_time=None, userid_checker=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

userid_type_decoders

Value:
{'int': <type 'int'>, 'unicode': <function <lambda> at 0x1c97398>}

userid_type_encoders

Value:
{<type 'int'>: ('int', <type 'str'>),
 <type 'long'>: ('int', <type 'str'>),
 <type 'unicode'>: ('unicode', <function <lambda> at 0x1c97230>)}

__implemented__

Value:
<implementedBy repoze.who.plugins.auth_tkt.AuthTktCookiePlugin>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x1c99210>