public interface SecureIntrospectorControl
Modifier and Type | Method and Description |
---|---|
boolean |
checkObjectExecutePermission(Class clazz,
String method)
Determine which methods and classes to prevent from executing.
|
boolean checkObjectExecutePermission(Class clazz, String method)
clazz
- Class for which method is being calledmethod
- method being called. This may be null in the case of a call to iterator, get, or set methodCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.