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

Method SetDomainLinkConditionFuncParams

rbac/role_manager.go:79–79  ·  view source on GitHub ↗

SetDomainLinkConditionFuncParams Sets the parameters of the condition function fn for Link userName->{roleName, domain}

(user string, role string, domain string, params ...string)

Source from the content-addressed store, hash-verified

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)
80}

Implementers 3

ConditionalRoleManagerrbac/default-role-manager/role_manager
ConditionalDomainManagerrbac/default-role-manager/role_manager

Calls

no outgoing calls

Tested by

no test coverage detected