Method | Description | |
---|---|---|
AuthorizeAction ( string resource, string action, string user, string groups, |
Decides whether a user, member of some groups, is authorized to perform an action on a resource.
|
public static AuthorizeAction ( string resource, string action, string user, string groups, |
||
resource | string | The resource. |
action | string | The action on the resource. |
user | string | The user, in the form 'U.Name'. |
groups | string | The groups the user is member of, in the form 'G.Name'. |
entries | The available ACL entries for the resource. | |
return | Authorization |