DefaultPermissionChecker
interface DefaultPermissionChecker (View source)
Allows objects to enforce permissions for the "root" level, where permissions can not be tied to a particular database record.
Objects below the "root" level should use their own can*() implementations instead of this interface.