Uses of Interface
net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
Packages that use JNLPClassLoader.SecurityDelegate 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 promptsnet.sourceforge.jnlp.tools -
-
Uses of JNLPClassLoader.SecurityDelegate in net.sourceforge.jnlp.runtime
Classes in net.sourceforge.jnlp.runtime that implement JNLPClassLoader.SecurityDelegate Modifier and Type Class Description static classJNLPClassLoader.SecurityDelegateImplHandles security decision logic for the JNLPClassLoader, eg which permission level to assign to JARs.Constructors in net.sourceforge.jnlp.runtime with parameters of type JNLPClassLoader.SecurityDelegate Constructor Description ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate) -
Uses of JNLPClassLoader.SecurityDelegate in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security with parameters of type JNLPClassLoader.SecurityDelegate Modifier and Type Method Description voidAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)Prompt the user with requests for trusting the certificates used by this appvoidJNLPAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)voidPluginAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)static net.sourceforge.jnlp.security.dialogresults.YesNoSandboxSecurityDialogs. 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.YesNoSandboxSecurityDialogs. showPartiallySignedWarningDialog(JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate)Shows a warning dialog for when an applet or application is partially signed. -
Uses of JNLPClassLoader.SecurityDelegate in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type JNLPClassLoader.SecurityDelegate Modifier and Type Method Description voidJarCertVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JNLPFile file)
-