GetImplicitUsers gets the implicit users that inherits a role, respecting maxHierarchyLevel. domain is a prefix to the users (can be used for other purposes).
(name string, domain ...string)
| 45 | // GetImplicitUsers gets the implicit users that inherits a role, respecting maxHierarchyLevel. |
| 46 | // domain is a prefix to the users (can be used for other purposes). |
| 47 | GetImplicitUsers(name string, domain ...string) ([]string, error) |
| 48 | // GetDomains gets domains that a user has |
| 49 | GetDomains(name string) ([]string, error) |
| 50 | // GetAllDomains gets all domains |
no outgoing calls
no test coverage detected