[Java] Class GroovyCodeSourcePermission
- groovy.security.GroovyCodeSourcePermission
Permission required to explicitly specify a codebase for a groovy script whose codebase cannot be determined. Typically this permission is only required by clients that want to associate a code source with a script which is a String or an InputStream.
- Authors:
- Steve Goetze
Constructor Summary
Constructor and description |
---|
GroovyCodeSourcePermission
(String name) |
GroovyCodeSourcePermission
(String name, String actions) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class BasicPermission | equals, hashCode, getActions, implies, newPermissionCollection, toString, getName, checkGuard, wait, wait, wait, getClass, notify, notifyAll |
class Permission | equals, toString, hashCode, getName, getActions, implies, newPermissionCollection, checkGuard, wait, wait, wait, getClass, notify, notifyAll |
Constructor Detail
public GroovyCodeSourcePermission(String name)
public GroovyCodeSourcePermission(String name, String actions)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/security/GroovyCodeSourcePermission.html