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() |
SecurityDesc |
Parser.getSecurity(Node parent) |
Modifier and Type | Method and Description |
---|---|
SecurityDesc |
JNLPClassLoader.SecurityDelegate.getClassLoaderSecurity(java.net.URL codebaseHost) |
SecurityDesc |
JNLPClassLoader.SecurityDelegateImpl.getClassLoaderSecurity(java.net.URL codebaseHost) |
SecurityDesc |
JNLPClassLoader.SecurityDelegate.getCodebaseSecurityDesc(JARDesc jarDesc,
java.net.URL codebaseHost) |
SecurityDesc |
JNLPClassLoader.SecurityDelegateImpl.getCodebaseSecurityDesc(JARDesc jarDesc,
java.net.URL codebaseHost) |
protected SecurityDesc |
JNLPClassLoader.getCodeSourceSecurity(java.net.URL source)
Returns the security descriptor for given code source URL
|
SecurityDesc |
JNLPClassLoader.SecurityDelegate.getJarPermissions(java.net.URL codebaseHost) |
SecurityDesc |
JNLPClassLoader.SecurityDelegateImpl.getJarPermissions(java.net.URL codebaseHost) |
protected SecurityDesc |
JNLPClassLoader.getSecurity() |
Constructor and Description |
---|
ManifestAttributesChecker(SecurityDesc security,
JNLPFile file,
JNLPClassLoader.SigningState signing,
JNLPClassLoader.SecurityDelegate securityDelegate) |