(params ...interface{})
| 127 | RemoveNamedPolicies(ptype string, rules [][]string) (bool, error) |
| 128 | RemoveFilteredNamedPolicy(ptype string, fieldIndex int, fieldValues ...string) (bool, error) |
| 129 | HasGroupingPolicy(params ...interface{}) (bool, error) |
| 130 | HasNamedGroupingPolicy(ptype string, params ...interface{}) (bool, error) |
| 131 | AddGroupingPolicy(params ...interface{}) (bool, error) |
| 132 | AddGroupingPolicies(rules [][]string) (bool, error) |
no outgoing calls