AddDomainLinkConditionFunc Add condition function fn for Link userName-> {roleName, domain}, when fn returns true, Link is valid, otherwise invalid
(user string, role string, domain string, fn LinkConditionFunc)
| 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) |
| 77 | // SetDomainLinkConditionFuncParams Sets the parameters of the condition function fn |
| 78 | // for Link userName->{roleName, domain} |
| 79 | SetDomainLinkConditionFuncParams(user string, role string, domain string, params ...string) |
no outgoing calls
no test coverage detected