org.dvb.internet
Class HomePagePermission

java.lang.Object
  |
  +--java.security.Permission
        |
        +--java.security.BasicPermission
              |
              +--org.dvb.internet.HomePagePermission
All Implemented Interfaces:
java.security.Guard, java.io.Serializable

public class HomePagePermission
extends java.security.BasicPermission

This class is for permissions related to the ability for an MHP 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 this specification shall ignore the name, but it could be taken into use in future versions of this specification.
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 this specification shall ignore the name and actions, but they could be taken into use in future versions of this specification. 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.