%ZHS.HC.Utils
class %ZHS.HC.Utils
Method Inventory
Methods
classmethod CheckUserPermission(pUsername As %String, pResourceName As %String, pPermission As %String, Output pSC As %Status) as %Boolean
@API
@Argument pUsername The username being checked.
@Argument pResourceName The security resource whose access is being checked.
@Argument pPermission What kind of permission (R, W, U, READ, WRITE, USE). @Output pSC %Status object. @Return Boolean indicating whether the specified user has the the specified permission on the specified security resource.
@Argument pUsername The username being checked.
@Argument pResourceName The security resource whose access is being checked.
@Argument pPermission What kind of permission (R, W, U, READ, WRITE, USE). @Output pSC %Status object. @Return Boolean indicating whether the specified user has the the specified permission on the specified security resource.