Uses of Class
net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
Packages that use SecurityDesc.RequestedPermissionLevel Package Description net.sourceforge.jnlp This package contains the classes that represent the parts of a Java Network Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file as an application, applet, or installer. -
-
Uses of SecurityDesc.RequestedPermissionLevel in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return SecurityDesc.RequestedPermissionLevel Modifier and Type Method Description SecurityDesc.RequestedPermissionLevel
SecurityDesc.RequestedPermissionLevel. fromHtmlString(java.lang.String htmlString)
The HTML permission level corresponding to the given String.SecurityDesc.RequestedPermissionLevel
SecurityDesc.RequestedPermissionLevel. fromJnlpString(java.lang.String jnlpString)
The JNLP permission level corresponding to the given String.SecurityDesc.RequestedPermissionLevel
JNLPFile. getRequestedPermissionLevel()
SecurityDesc.RequestedPermissionLevel
PluginBridge. getRequestedPermissionLevel()
SecurityDesc.RequestedPermissionLevel
SecurityDesc. getRequestedPermissionLevel()
static SecurityDesc.RequestedPermissionLevel
SecurityDesc.RequestedPermissionLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityDesc.RequestedPermissionLevel[]
SecurityDesc.RequestedPermissionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.jnlp with parameters of type SecurityDesc.RequestedPermissionLevel Constructor Description SecurityDesc(JNLPFile file, SecurityDesc.RequestedPermissionLevel requestedPermissionLevel, java.lang.Object type, java.net.URL downloadHost)
Create a security descriptor.
-