| java.lang.Object java.lang.SecurityManager org.apache.batik.util.BatikSecurityManager
BatikSecurityManager | public class BatikSecurityManager extends SecurityManager (Code) | | This SecurityManager extension exposes the getClassContext
method so that it can be used by the BatikSecuritySupport or other
security related class.
author: Vincent Hardy version: $Id$ |
Method Summary | |
public Class[] | getClassContext() Returns the current execution stack as an array of classes. |
getClassContext | public Class[] getClassContext()(Code) | | Returns the current execution stack as an array of classes.
The length of the array is the number of methods on the execution
stack. The element at index 0 is the class of the
currently executing method, the element at index 1 is
the class of that method's caller, and so on.
the execution stack. |
Fields inherited from java.lang.SecurityManager | protected boolean inCheck(Code)(Java Doc)
|
|
|