PermissionUtils

Utility class to help with string-to-Permission object resolution.

Members

Static functions

resolveDelimitedPermissions
Set!(Permission) resolveDelimitedPermissions(string s, PermissionResolver permissionResolver)
Undocumented in source. Be warned that the author may not have intended to support it.
resolvePermissions
Set!(Permission) resolvePermissions(Collection!(string) permissionStrings, PermissionResolver permissionResolver)
Undocumented in source. Be warned that the author may not have intended to support it.
toPermissionStrings
Set!(string) toPermissionStrings(string permissionsString)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta