def explain(self): not_implemented()
def getConfig(self, **options): if len(options) > 0: not_implemented() return self.cm.fetch_json_resource("/config/group/%s" % urllib.quote_plus(self.name))
def users(self, **options): not_implemented()
def set_user_privs(self, user, role, **options): not_implemented()
def del_user(self, user, **options): not_implemented()
def getMustChangeParams(self): not_implemented()