public interface FeaturePermissionCheckDelegate
Feature
permissions.Modifier and Type | Method and Description |
---|---|
void |
checkPermission(java.security.Permission p,
ej.kf.Feature f)
Called by
KernelSecurityManager when the current thread context requesting for a Permission check is
owned by a Feature. |
void checkPermission(java.security.Permission p, ej.kf.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