Package ognl.security
Class UserMethod
- java.lang.Object
-
- ognl.security.UserMethod
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction<java.lang.Object>
@Deprecated public class UserMethod extends java.lang.Object implements java.security.PrivilegedExceptionAction<java.lang.Object>Deprecated.will be removed in 3.5.xA signature forOgnlSecurityManager.isAccessDenied(java.security.Permission). Also executes user methods with not any permission.- Since:
- 3.1.24
-
-
Constructor Summary
Constructors Constructor Description UserMethod(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] argsArray)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Objectrun()Deprecated.
-