java.lang.Object
java.lang.SecurityManager
io.sf.carte.echosvg.util.EchoSVGSecurityManager
Deprecated, for removal: This API element is subject to removal in a future version.
This 
SecurityManager extension exposes the
 getClassContext method so that it can be used by the
 EchoSVGSecuritySupport or other security related class.- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionClass<?>[]Deprecated, for removal: This API element is subject to removal in a future version.Returns the current execution stack as an array of classes.Methods inherited from class java.lang.SecurityManagercheckAccept, checkAccess, checkAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkWrite, checkWrite, getSecurityContext, getThreadGroup
- 
Constructor Details- 
EchoSVGSecurityManagerpublic EchoSVGSecurityManager()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getClassContextDeprecated, for removal: This API element is subject to removal in a future version.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 0is the class of the currently executing method, the element at index1is the class of that method's caller, and so on.- Overrides:
- getClassContextin class- SecurityManager
- Returns:
- the execution stack.
 
 
-