Package com.microej.kf.util.security
Interface FeaturePermissionCheckDelegate
-
- All Known Implementing Classes:
LoggingPermissionCheckDelegate
public interface FeaturePermissionCheckDelegateAPI for checkingFeaturepermissions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckPermission(java.security.Permission p, ej.kf.Feature f)Called byKernelSecurityManagerwhen the current thread context requesting for a Permission check is owned by a Feature.
-
-
-
Method Detail
-
checkPermission
void checkPermission(java.security.Permission p, ej.kf.Feature f)Called byKernelSecurityManagerwhen the current thread context requesting for a Permission check is owned by a Feature. This method is called in Kernel mode.- Parameters:
p- the permission to checkf- the feature which own the permission
-
-