public class InstallationManagerPermission
extends java.security.Permission
InstallationManager
. The actions to be granted are passed to the
constructor using two strings, one specifying the appId of the Xlet and
the other containing a list of one or more comma-separated keywords.
The possible keywords are "install", "upgrade", "uninstall", and "getAppHandle".
Passing "*" as appId indicates that the permission applies to all Xlets.Constructor and Description |
---|
InstallationManagerPermission(java.lang.String appId,
java.lang.String actions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActions() |
int |
hashCode() |
boolean |
implies(java.security.Permission p) |
public InstallationManagerPermission(java.lang.String appId, java.lang.String actions)
public boolean equals(java.lang.Object obj)
equals
in class java.security.Permission
public java.lang.String getActions()
getActions
in class java.security.Permission
public int hashCode()
hashCode
in class java.security.Permission
public boolean implies(java.security.Permission p)
implies
in class java.security.Permission