Definition of Netpermission

JDK Doc(JAVA)
NetPermission
- class java.net..NetPermission 
public final class NetPermission extends BasicPermission 
Tree:java.lang.Object - java.security.Permission - java.security.BasicPermission - java.net.NetPermission
This class is for various network permissions. A NetPermission contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't.

NetPermission(String)
- Constructor for class java.net.NetPermission 
public NetPermission (String  name)
Creates a new NetPermission with the specified name. The name is the symbolic name of the NetPermission, such as "setDefaultAuthenticator", etc. An asterisk may appear at the end of the name, following a ".", or by itself, to signify a wildcard match.Parameters: name - the name of the NetPermission.

NetPermission(String, String)
- Constructor for class java.net.NetPermission 
public NetPermission (String  name, String  actions)
Creates a new NetPermission object with the specified name. The name is the symbolic name of the NetPermission, and the actions String is currently unused and should be null. This constructor exists for use by the Policy object to instantiate new Permission objects.Parameters: name - the name of the NetPermission. - should be null.actions - should be null.

Search Dictionary:
Search Web Search Dictionary