Package org.slf4j.helpers
Class Util.ClassContextSecurityManager
java.lang.Object
java.lang.SecurityManager
org.slf4j.helpers.Util.ClassContextSecurityManager
- Enclosing class:
- Util
In order to call
SecurityManager.getClassContext()
, which is a
protected method, we add this wrapper which allows the method to be visible
inside this package.-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
ClassContextSecurityManager
private ClassContextSecurityManager()
-
-
Method Details
-
getClassContext
- Overrides:
getClassContext
in classSecurityManager
-