webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
committer_auth.CommitterAuth Class Reference
Inheritance diagram for committer_auth.CommitterAuth:

Public Member Functions

def __init__ (self, auth_json_filename)
 
def auth_json (self)
 
def auth_json_filename (self)
 
def authenticate (self, username, password)
 
def is_webkit_committer (self, username)
 
def is_webkit_trac_user (self, username, password)
 
def open_auth_json_file (self)
 
def open_trac_credentials_file (self)
 
def open_webkit_committers_file (self)
 
def trac_credentials_filename (self)
 
def webkit_committers (self)
 
def webkit_committers_filename (self)
 

Public Attributes

 err
 

Constructor & Destructor Documentation

◆ __init__()

def committer_auth.CommitterAuth.__init__ (   self,
  auth_json_filename 
)

Member Function Documentation

◆ auth_json()

def committer_auth.CommitterAuth.auth_json (   self)

◆ auth_json_filename()

def committer_auth.CommitterAuth.auth_json_filename (   self)

◆ authenticate()

def committer_auth.CommitterAuth.authenticate (   self,
  username,
  password 
)

◆ is_webkit_committer()

def committer_auth.CommitterAuth.is_webkit_committer (   self,
  username 
)

◆ is_webkit_trac_user()

def committer_auth.CommitterAuth.is_webkit_trac_user (   self,
  username,
  password 
)

◆ open_auth_json_file()

def committer_auth.CommitterAuth.open_auth_json_file (   self)

◆ open_trac_credentials_file()

def committer_auth.CommitterAuth.open_trac_credentials_file (   self)

◆ open_webkit_committers_file()

def committer_auth.CommitterAuth.open_webkit_committers_file (   self)

◆ trac_credentials_filename()

def committer_auth.CommitterAuth.trac_credentials_filename (   self)

◆ webkit_committers()

def committer_auth.CommitterAuth.webkit_committers (   self)

◆ webkit_committers_filename()

def committer_auth.CommitterAuth.webkit_committers_filename (   self)

Member Data Documentation

◆ err

committer_auth.CommitterAuth.err

The documentation for this class was generated from the following file: