Class ReflectionSecurityManager

java.lang.Object
java.lang.SecurityManager
com.helger.commons.lang.ReflectionSecurityManager

public class ReflectionSecurityManager extends SecurityManager
A custom security manager that exposes the getClassContext() information. Source on SO
Author:
Someone on SO
  • Field Details

  • Constructor Details

    • ReflectionSecurityManager

      public ReflectionSecurityManager()
  • Method Details

    • getCallerClassContext

      @Nonnull public Class<?>[] getCallerClassContext()
    • getCallerClass

      @Nonnull public Class<?> getCallerClass(int nCallStackDepth)
    • getCallerClassName

      @Nonnull public String getCallerClassName(int nCallStackDepth)