(params ...interface{})
| 113 | GetNamedGroupingPolicy(ptype string) ([][]string, error) |
| 114 | GetFilteredNamedGroupingPolicy(ptype string, fieldIndex int, fieldValues ...string) ([][]string, error) |
| 115 | HasPolicy(params ...interface{}) (bool, error) |
| 116 | HasNamedPolicy(ptype string, params ...interface{}) (bool, error) |
| 117 | AddPolicy(params ...interface{}) (bool, error) |
| 118 | AddPolicies(rules [][]string) (bool, error) |
no outgoing calls