Class AccessControllerHelper
java.lang.Object
com.helger.commons.lang.priviledged.AccessControllerHelper
Simple wrapper around
This class is deprecated per Java 17, as the Java Security Manager is deprecated in that version. See https://openjdk.org/jeps/411 for details.
AccessController to catch exceptions
centrally.This class is deprecated per Java 17, as the Java Security Manager is deprecated in that version. See https://openjdk.org/jeps/411 for details.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tcall(PrivilegedAction<T> aAction) static <T> voidrun(PrivilegedAction<T> aAction)
-
Method Details
-
call
-
run
-