Module Make.RoleAssignmentSource

Sourceval table_name : string
Sourceval sql_select_columns : string list
Sourceval find_request_sql : ?count:??? -> string -> string
Sourceval find_all : ?ctx:??? -> unit -> role_assignment list Lwt.t
Sourceval find_all_by_role : ?ctx:??? -> role -> role_assignment list Lwt.t
Sourceval insert : ?ctx:??? -> role_assignment list -> unit Lwt.t
Sourceval delete : ?ctx:??? -> ?comment:??? -> role_assignment -> unit Lwt.t
Sourceval can_assign_roles : ?ctx:??? -> role -> role list Lwt.t