Package buildbot :: Package status :: Package web :: Module auth :: Class HTPasswdAuth
[frames] | no frames]

Class HTPasswdAuth

source code

AuthBase --+
           |
          HTPasswdAuth

Instance Methods
 
__init__(self, file)
file is a path to an .htpasswd file.
source code
 
authenticate(self, user, passwd)
Authenticate user and passwd against an .htpasswd file
source code

Inherited from AuthBase: __providedBy__, errmsg

Class Variables
  file = ''
Path to the .htpasswd file to use.
  __implemented__ = <implementedBy buildbot.status.web.auth.HTPa...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

Inherited from AuthBase: err

Class Variable Details

__implemented__

Value:
<implementedBy buildbot.status.web.auth.HTPasswdAuth>

__provides__

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