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.
|
net.sourceforge.jnlp.runtime |
This package contains the classes that manage the secure runtime
environment for JNLP apps.
|
Modifier and Type | Field and Description |
---|---|
protected SecurityDesc |
JNLPFile.security
the security descriptor
|
Modifier and Type | Method and Description |
---|---|
SecurityDesc |
JNLPFile.getSecurity()
Returns the security section of the JNLP file.
|
Modifier and Type | Method and Description |
---|---|
protected SecurityDesc |
JNLPClassLoader.getCodeSourceSecurity(java.net.URL source)
Returns the security descriptor for given code source URL
|
protected SecurityDesc |
JNLPClassLoader.getSecurity() |