Package org.apache.felix.framework.util
Class SecurityManagerEx
- java.lang.Object
-
- java.lang.SecurityManager
-
- org.apache.felix.framework.util.SecurityManagerEx
-
public class SecurityManagerEx extends java.lang.SecurityManager
Simple utility class used to provide public access to the protected getClassContext() method of SecurityManager
-
-
Constructor Summary
Constructors Constructor Description SecurityManagerEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class[]
getClassContext()
-
Methods inherited from class java.lang.SecurityManager
checkAccept, 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
-
-