Package repoze :: Package who :: Package plugins :: Module basicauth :: Class BasicAuthPlugin
[hide private]

Class BasicAuthPlugin

source code


Instance Methods [hide private]
 
__init__(self, realm)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
identify(self, environ) source code
 
remember(self, environ, identity) source code
 
_get_wwwauth(self) source code
 
forget(self, environ, identity) source code
 
challenge(self, environ, status, app_headers, forget_headers) 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]
  __implemented__ = <implementedBy repoze.who.plugins.basicauth....
  __provides__ = <zope.interface.declarations.ClassProvides obje...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, realm)
(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]

__implemented__

Value:
<implementedBy repoze.who.plugins.basicauth.BasicAuthPlugin>

__provides__

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