Android
java.net
public final class

java.net.NetPermission

java.lang.Object
java.security.Permission Serializable Guard
java.security.BasicPermission Serializable
java.net.NetPermission

This class represents permission to access network resources.

There are three valid target names:

setDefaultAuthenticator
Allows the default authenticator to be set.
requestPasswordAuthentication
Allows the default authenticator to be retrieved.
specifyStreamHandler
Allows a stream (protocol) handler to be set when constructing an URL object

Summary

Public Constructors

            NetPermission(String name)
Creates an instance of this class with the given name.
            NetPermission(String name, String actions)
Creates an instance of this class with the given name and action list.
Methods inherited from class java.security.BasicPermission
Methods inherited from class java.security.Permission
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.Guard

Details

Public Constructors

public NetPermission(String name)

Creates an instance of this class with the given name.

Parameters

name String the name of the new permission.

public NetPermission(String name, String actions)

Creates an instance of this class with the given name and action list. The action list is ignored.

Parameters

name String the name of the new permission.
actions String ignored.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56