Ejemplo n.º 1
0
 def explain(self):
     not_implemented()
Ejemplo n.º 2
0
 def explain(self):
     not_implemented()
Ejemplo n.º 3
0
 def getConfig(self, **options):
     if len(options) > 0:
         not_implemented()
     return self.cm.fetch_json_resource("/config/group/%s" % urllib.quote_plus(self.name))
Ejemplo n.º 4
0
 def users(self, **options):
     not_implemented()
Ejemplo n.º 5
0
 def getConfig(self, **options):
     if len(options) > 0:
         not_implemented()
     return self.cm.fetch_json_resource("/config/group/%s" %
                                        urllib.quote_plus(self.name))
Ejemplo n.º 6
0
 def set_user_privs(self, user, role, **options):
     not_implemented()
Ejemplo n.º 7
0
 def del_user(self, user, **options):
     not_implemented()
Ejemplo n.º 8
0
 def getMustChangeParams(self):
     not_implemented()
Ejemplo n.º 9
0
 def users(self, **options):
     not_implemented()
Ejemplo n.º 10
0
 def del_user(self, user, **options):
     not_implemented()
Ejemplo n.º 11
0
 def set_user_privs(self, user, role, **options):
     not_implemented()
Ejemplo n.º 12
0
 def getMustChangeParams(self):
     not_implemented()