public interface SecureIntrospectorControl
Modifier and Type | Method and Description |
---|---|
boolean |
checkObjectExecutePermission(java.lang.Class<?> clazz,
java.lang.String method)
Determine which methods and classes to prevent from executing.
|
boolean checkObjectExecutePermission(java.lang.Class<?> clazz, java.lang.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 method