Beispiel #1
0
 def explain(self):
     not_implemented()
Beispiel #2
0
 def explain(self):
     not_implemented()
Beispiel #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))
Beispiel #4
0
 def users(self, **options):
     not_implemented()
Beispiel #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))
Beispiel #6
0
 def set_user_privs(self, user, role, **options):
     not_implemented()
Beispiel #7
0
 def del_user(self, user, **options):
     not_implemented()
Beispiel #8
0
 def getMustChangeParams(self):
     not_implemented()
Beispiel #9
0
 def users(self, **options):
     not_implemented()
Beispiel #10
0
 def del_user(self, user, **options):
     not_implemented()
Beispiel #11
0
 def set_user_privs(self, user, role, **options):
     not_implemented()
Beispiel #12
0
 def getMustChangeParams(self):
     not_implemented()