com.feilong.lib.ognl.security.UserMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of feilong Show documentation
Show all versions of feilong Show documentation
feilong is a suite of core and expanded libraries that include utility classes, http, excel,cvs, io classes, and much much more.
package com.feilong.lib.ognl.security;
import java.lang.reflect.Method;
import java.security.PrivilegedExceptionAction;
/**
* A signature for {@link OgnlSecurityManager#isAccessDenied(java.security.Permission)}. Also executes user methods with not any permission.
*
* @author Yasser Zamani
* @since 3.1.24
*/
public class UserMethod implements PrivilegedExceptionAction