@JavaDispatcher.Proxied(value="java.lang.SecurityManager") protected static interface ClassInjector.UsingReflection.SecurityManager
java.lang.SecurityManager.| Modifier and Type | Method and Description | 
|---|---|
| void | checkPermission(Object value,
               Permission permission)Checks the given permissions on the supplied security manager. | 
void checkPermission(Object value, Permission permission)
value - The security manager to use.permission - The permissions to validate.Copyright © 2014–2021. All rights reserved.