Lines Matching refs:NetPermission
35 * A NetPermission contains a name (also referred to as a "target name") but
46 * The following table lists all the possible NetPermission target names,
168 public final class NetPermission extends BasicPermission {
172 * Creates a new NetPermission with the specified name.
173 * The name is the symbolic name of the NetPermission, such as
178 * @param name the name of the NetPermission.
184 public NetPermission(String name)
190 * Creates a new NetPermission object with the specified name.
191 * The name is the symbolic name of the NetPermission, and the
194 * @param name the name of the NetPermission.
201 public NetPermission(String name, String actions)