Interface FeaturePermissionCheckDelegate

  • All Known Implementing Classes:
    LoggingPermissionCheckDelegate

    public interface FeaturePermissionCheckDelegate
    API for checking Feature permissions.
    • Method Detail

      • checkPermission

        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. This method is called in Kernel mode.
        Parameters:
        p - the permission to check
        f - the feature which own the permission