Interface used to determine which methods are allowed to be executed.
author: wglass@forio.com version: $Id: SecureIntrospectorControl.java 470261 2006-11-02 07:32:37Z wglass $
public boolean checkObjectExecutePermission(Class clazz, String method)(Code)
Determine which methods and classes to prevent from executing.
Parameters: clazz - Class for which method is being called Parameters: method - method being called. This may be null in the case of a call to iterator, get, or set method true if method may be called on object