[Felix Framework]

org.apache.felix.framework.util
Class SecurityManagerEx

Object
  extended by SecurityManager
      extended by org.apache.felix.framework.util.SecurityManagerEx

public class SecurityManagerEx
extends SecurityManager

Simple utility class used to provide public access to the protected getClassContext() method of SecurityManager


Field Summary
 
Fields inherited from class SecurityManager
inCheck
 
Constructor Summary
SecurityManagerEx()
           
 
Method Summary
 Class[] getClassContext()
           
 
Methods inherited from class SecurityManager
checkAccept, checkAccess, checkAccess, checkAwtEventQueueAccess, checkConnect, checkConnect, checkCreateClassLoader, checkDelete, checkExec, checkExit, checkLink, checkListen, checkMemberAccess, checkMulticast, checkMulticast, checkPackageAccess, checkPackageDefinition, checkPermission, checkPermission, checkPrintJobAccess, checkPropertiesAccess, checkPropertyAccess, checkRead, checkRead, checkRead, checkSecurityAccess, checkSetFactory, checkSystemClipboardAccess, checkTopLevelWindow, checkWrite, checkWrite, classDepth, classLoaderDepth, currentClassLoader, currentLoadedClass, getInCheck, getSecurityContext, getThreadGroup, inClass, inClassLoader
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityManagerEx

public SecurityManagerEx()
Method Detail

getClassContext

public Class[] getClassContext()
Overrides:
getClassContext in class SecurityManager

[Felix Framework]