MCPcopy Index your code
hub / github.com/apache/casbin / GetUsersForRoleInDomain

Method GetUsersForRoleInDomain

enforcer_interface.go:85–85  ·  view source on GitHub ↗

* RBAC API with domains*/

(name string, domain string)

Source from the content-addressed store, hash-verified

83
84 /* RBAC API with domains*/
85 GetUsersForRoleInDomain(name string, domain string) []string
86 GetRolesForUserInDomain(name string, domain string) []string
87 GetPermissionsForUserInDomain(user string, domain string) [][]string
88 AddRoleForUserInDomain(user string, role string, domain string) (bool, error)

Callers 2

testGetUsersInDomainFunction · 0.65

Implementers 1

Enforcerenforcer.go

Calls

no outgoing calls

Tested by 1

testGetUsersInDomainFunction · 0.52