()
| 105 | GetAllNamedRoles(ptype string) ([]string, error) |
| 106 | GetAllUsers() ([]string, error) |
| 107 | GetPolicy() ([][]string, error) |
| 108 | GetFilteredPolicy(fieldIndex int, fieldValues ...string) ([][]string, error) |
| 109 | GetNamedPolicy(ptype string) ([][]string, error) |
| 110 | GetFilteredNamedPolicy(ptype string, fieldIndex int, fieldValues ...string) ([][]string, error) |
no outgoing calls