KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > PropertyPermission > Top Examples

  • org.apache.tools.ant.types.Permissions
    This class implements a security manager meant for useage by tasks that run inside the ant VM. An examples are the Java Task and JUnitTask. The basic functionality is that nothing (except for a base set of permissions) is allowed, unless the permission is granted either explicitly or implicitly. ...
  • org.eclipse.ant.internal.core.AntSecurityManager
    A security manager that always throws an <code>AntSecurityException</code> if the calling thread attempts to cause the Java Virtual Machine to exit/halt or if the restricted thread attempts to set a System property. Otherwise this manager just delegates to the pre-existing manager pass ...
  • groovy.security.SecurityTest
    Test the effects of enabling security in Groovy. Some tests below check for proper framework behavior (e.g. ensuring that GroovyCodeSources may only be created for which proper permissions exist). Other tests run .groovy scripts under a secure environment and ensure that the proper permissions ar ...
Popular Tags