@Deprecated class NoExitSecurityManager extends SecurityManager
Custom security manager to System.exit (and related) from being used.
Constructor and description |
---|
NoExitSecurityManager
(SecurityManager parent) |
NoExitSecurityManager
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
checkExit(int code) Always throws SecurityException. |
|
void |
checkPermission(Permission perm) |
Methods inherited from class | Name |
---|---|
class SecurityManager |
checkPackageAccess, checkPermission, checkPermission, checkCreateClassLoader, checkPropertiesAccess, checkPropertyAccess, getThreadGroup, getSecurityContext, checkAccess, checkAccess, checkExit, checkExec, checkLink, checkRead, checkRead, checkRead, checkWrite, checkWrite, checkDelete, checkConnect, checkConnect, checkListen, checkAccept, checkMulticast, checkMulticast, checkPrintJobAccess, checkPackageDefinition, checkSetFactory, checkSecurityAccess, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Always throws SecurityException.
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.