public class ProviderPermission extends BasicPermission
The permission name is the fully qualified class name of the provider class to be installed. Hence applications which can install more than one provider will have multiple instances of this permission.
The actions list shall either be "xlet" or "system". "xlet" means the right to install the provider as an xlet bound provider and "system" as a system bound provider. No checking shall be performed on whether the specified class name is consistent with the action.
| Constructor and Description |
|---|
ProviderPermission(String name)
Creates a new ProviderPermission with the specified name.
|
ProviderPermission(String name,
String actions)
Creates a new ProviderPermission object with the specified
name.
|
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic ProviderPermission(String name)
name - the name of the ProviderPermissionpublic ProviderPermission(String name, String actions)
name - the name of the ProviderPermissionactions - the requested actionsCopyright © 2012 code4tv.com. All Rights Reserved.