예제 #1
0
파일: group.py 프로젝트: chinnurtb/wallaroo
 def explain(self):
     not_implemented()
예제 #2
0
 def explain(self):
     not_implemented()
예제 #3
0
파일: group.py 프로젝트: chinnurtb/wallaroo
 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()