Package org.bzdev.net

Class URLClassLoaderOps.URLPermission

java.lang.Object
java.security.Permission
java.security.BasicPermission
org.bzdev.net.URLClassLoaderOps.URLPermission
All Implemented Interfaces:
Serializable, Guard
Enclosing class:
URLClassLoaderOps

@Deprecated public static class URLClassLoaderOps.URLPermission extends BasicPermission
Deprecated.
This permission is no longer necessary.
Permission to extend the class path at runtime to include additional files or URLs.
See Also:
  • Constructor Details

    • URLPermission

      public URLPermission(String name)
      Deprecated.
      Constructor.
      Parameters:
      name - the string org.bzdev.net.allow.url.class.path
    • URLPermission

      public URLPermission(String name, String actions)
      Deprecated.
      Constructor with actions.
      Parameters:
      name - the string org.bzdev.net.allow.url.class.path
      actions - a parameter that is ignored in this case although the constructor is needed