程序包 org.beetl.core
接口 NativeSecurityManager
public interface NativeSecurityManager
判断是否允许调用本地方法
- 作者:
- xiandafu
-
方法概要
-
方法详细资料
-
permit
判断是否允许调用本地方法- 参数:
resourceId- 资源idc- 调用类名target- 调用的类实例method- 调用类的方法名- 返回:
- true 表示允许,false 表示不允许
-
resourceId - 资源idc - 调用类名target - 调用的类实例method - 调用类的方法名