[Groovy] Class NoExitSecurityManager
- org.codehaus.groovy.tools.shell.util.NoExitSecurityManager
@Deprecated class NoExitSecurityManager extends SecurityManager
Custom security manager to System.exit (and related) from being used.
Constructor Summary
Constructor and description |
---|
NoExitSecurityManager
(SecurityManager parent) |
NoExitSecurityManager
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
checkExit(int code) Always throws SecurityException. | |
void |
checkPermission(Permission perm) |
Inherited Methods Summary
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 |
Constructor Detail
NoExitSecurityManager(SecurityManager parent)
NoExitSecurityManager()
Method Detail
@Override void checkExit(int code)
Always throws SecurityException.
@Override void checkPermission(Permission perm)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/util/NoExitSecurityManager.html