org.dvb.internet
Class HomePagePermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
org.dvb.internet.HomePagePermission
- All Implemented Interfaces:
- java.io.Serializable, java.security.Guard
public class HomePagePermission
- extends java.security.BasicPermission
This class is for permissions related to the ability for a GEM
application to set the home page of a WWW browser in the internet access profile.
If an application has this permission then shall be able to set the home page.
- See Also:
- Serialized Form
Constructor Summary |
HomePagePermission(java.lang.String name)
Creates a new HomePagePermission . |
HomePagePermission(java.lang.String name,
java.lang.String actions)
Creates a new HomePagePermission . |
Methods inherited from class java.security.BasicPermission |
equals, getActions, hashCode, implies, newPermissionCollection |
Methods inherited from class java.security.Permission |
checkGuard, getName, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
HomePagePermission
public HomePagePermission(java.lang.String name)
- Creates a new
HomePagePermission
. The name parameter
is not used and must be set to empty string "".
Implementations of this version of the present document
shall ignore the name, but it could be taken into use
in future versions of the present document.
- Parameters:
name
- the name of the HomePagePermission
. Not used,
shall be "".
HomePagePermission
public HomePagePermission(java.lang.String name,
java.lang.String actions)
- Creates a new
HomePagePermission
. The name and actions
parameters are not used.
Implementations of this version of the present document
shall ignore the name and actions, but they could be taken
into use in future versions of the present document.
This constructor exists for use by the Policy object to
instantiate new Permission objects.
- Parameters:
name
- the name of the HomePagePermission
. Not used,
shall be "".actions
- Not used, shall be null.