com.greenpineyu.fel.security
类 SecurityMgrImpl
java.lang.Object
com.greenpineyu.fel.security.SecurityMgrImpl
- 所有已实现的接口:
- SecurityMgr
public class SecurityMgrImpl
- extends Object
- implements SecurityMgr
|
方法摘要 |
boolean |
isCallable(Method m)
判断原则,以可访问方法列表为首要依据(包含目标方法表示允许访问,否则不允许),不可访问方法列表为次要依据
当允许访问方法列表为空时,以不可访问方法列表为依据。 |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityMgrImpl
public SecurityMgrImpl()
isCallable
public boolean isCallable(Method m)
- 判断原则,以可访问方法列表为首要依据(包含目标方法表示允许访问,否则不允许),不可访问方法列表为次要依据
当允许访问方法列表为空时,以不可访问方法列表为依据。
- 指定者:
- 接口
SecurityMgr 中的 isCallable
- 返回:
- 另请参见:
com.greenpineyu.fel.security.ReflectMgr#isCallable(java.lang.reflect.Method)
Copyright © 2013. All Rights Reserved.