|  | 
        
          | __init__(self,
        host,
        username,
        password,
        password_encrypted=False,
        widget_parent=None) Initialze and setup the PLDB search client
 |  |  | 
    |  | 
        
          | get_maestro_client(self,
        tmp_dir=None) |  |  | 
    |  | 
        
          | check_client_equality(self,
        maestro_script,
        query_params) |  |  | 
    |  | 
        
          | get_server_settings(self,
        get_encrypted_password=False) |  |  | 
    |  | 
        
          | invoke_json_request_password(self,
        uri) Invokes a GET request with JSON output, returns output of 
      json.loads() on the HTTP response and encrypted password
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | proxy_auth_required(self,
        proxy,
        authenticator) |  |  | 
    |  |  | 
    |  | 
        
          | invoke_request(self,
        path,
        http_method,
        headers=None,
        data=None,
        raw=False,
        headers_only=False) |  |  | 
    |  | 
        
          | invoke_request_base(self,
        path,
        http_method,
        headers=None,
        data=None,
        raw=False,
        headers_only=False,
        get_encrypted_password=False) Args:
    path: e.g.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |