Class Util.ClassContextSecurityManager

java.lang.Object
java.lang.SecurityManager
org.slf4j.helpers.Util.ClassContextSecurityManager
Enclosing class:
Util

private static final class Util.ClassContextSecurityManager extends SecurityManager
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 Details

    • ClassContextSecurityManager

      private ClassContextSecurityManager()
  • Method Details