Package | Description |
---|---|
net.sourceforge.jnlp.runtime |
This package contains the classes that manage the secure runtime environment
for JNLP apps.
|
net.sourceforge.jnlp.security |
package generally about showing various security prompts
|
net.sourceforge.jnlp.tools |
Modifier and Type | Class and Description |
---|---|
static class |
JNLPClassLoader.SecurityDelegateImpl
Handles security decision logic for the JNLPClassLoader, eg which
permission level to assign to JARs.
|
Constructor and Description |
---|
ManifestAttributesChecker(SecurityDesc security,
JNLPFile file,
JNLPClassLoader.SigningState signing,
JNLPClassLoader.SecurityDelegate securityDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
PluginAppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate,
JarCertVerifier jcv,
JNLPFile file) |
void |
AppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate,
JarCertVerifier jcv,
JNLPFile file)
Prompt the user with requests for trusting the certificates used by this app
|
void |
JNLPAppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate,
JarCertVerifier jcv,
JNLPFile file) |
static net.sourceforge.jnlp.security.dialogresults.YesNoSandbox |
SecurityDialogs.showCertWarningDialog(SecurityDialogs.AccessType accessType,
JNLPFile file,
CertVerifier certVerifier,
JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a security warning dialog according to the specified type of
access.
|
static net.sourceforge.jnlp.security.dialogresults.YesNoSandbox |
SecurityDialogs.showPartiallySignedWarningDialog(JNLPFile file,
CertVerifier certVerifier,
JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a warning dialog for when an applet or application is partially
signed.
|
Modifier and Type | Method and Description |
---|---|
void |
JarCertVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate,
JNLPFile file) |