SetLinkConditionFuncParams Sets the parameters of the condition function fn for Link userName->roleName
(userName, roleName string, params ...string)
| 71 | AddLinkConditionFunc(userName, roleName string, fn LinkConditionFunc) |
| 72 | // SetLinkConditionFuncParams Sets the parameters of the condition function fn for Link userName->roleName |
| 73 | SetLinkConditionFuncParams(userName, roleName string, params ...string) |
| 74 | // AddDomainLinkConditionFunc Add condition function fn for Link userName-> {roleName, domain}, |
| 75 | // when fn returns true, Link is valid, otherwise invalid |
| 76 | AddDomainLinkConditionFunc(user string, role string, domain string, fn LinkConditionFunc) |
no outgoing calls
no test coverage detected