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