com.greenpineyu.fel.security
类 RegexSecurityMgr

java.lang.Object
  继承者 com.greenpineyu.fel.security.RegexSecurityMgr
所有已实现的接口:
SecurityMgr

public class RegexSecurityMgr
extends Object
implements SecurityMgr


构造方法摘要
RegexSecurityMgr(Set<String> callables, Set<String> uncallables)
           
 
方法摘要
 boolean isCallable(Method m)
          是否允许访问某个方法
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RegexSecurityMgr

public RegexSecurityMgr(Set<String> callables,
                        Set<String> uncallables)
方法详细信息

isCallable

public boolean isCallable(Method m)
从接口 SecurityMgr 复制的描述
是否允许访问某个方法

指定者:
接口 SecurityMgr 中的 isCallable
返回:

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.