Package org.slf4j.helpers
Class Util.ClassContextSecurityManager
- java.lang.Object
-
- java.lang.SecurityManager
-
- org.slf4j.helpers.Util.ClassContextSecurityManager
-
- Enclosing class:
- Util
private static final class Util.ClassContextSecurityManager extends java.lang.SecurityManager
In order to callSecurityManager.getClassContext()
, which is a protected method, we add this wrapper which allows the method to be visible inside this package.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ClassContextSecurityManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-