public interface FeaturePermissionCheckDelegate
Feature
permissions.Modifier and Type | Method and Description |
---|---|
void |
checkPermission(Permission p,
Feature f)
Called by
KernelSecurityManager when the current thread context requesting for a Permission check is
owned by a Feature. |
void checkPermission(Permission p, Feature f)
KernelSecurityManager
when the current thread context requesting for a Permission check is
owned by a Feature. This method is called in Kernel mode.p
- the permission to checkf
- the feature which own the permission