public class HomePagePermission extends BasicPermission
| Constructor and Description |
|---|
HomePagePermission(String name)
Creates a new
HomePagePermission. |
HomePagePermission(String name,
String actions)
Creates a new
HomePagePermission. |
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic HomePagePermission(String name)
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.name - the name of the HomePagePermission. Not used,
shall be "".public HomePagePermission(String name, String actions)
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.name - the name of the HomePagePermission. Not used,
shall be "".actions - Not used, shall be null.Copyright © 2012 code4tv.com. All Rights Reserved.