The congress.library_service.library_service Module¶
-
class
congress.library_service.library_service.DseLibraryServiceEndpoints(data_service)¶ Bases:
objectRPC endpoints exposed by LibraryService.
-
create_policy(context, policy_dict)¶
-
delete_all_policies(context)¶
-
delete_policy(context, id_)¶
-
get_policies(context, include_rules=True)¶
-
get_policy(context, id_, include_rules=True)¶
-
replace_policy(context, id_, policy_dict)¶
-