Uses of Interface
net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
Packages that use JNLPClassLoader.SecurityDelegate
Package
Description
This package contains the classes that manage the secure runtime environment
for JNLP apps.
package generally about showing various security prompts
-
Uses of JNLPClassLoader.SecurityDelegate in net.sourceforge.jnlp.runtime
Classes in net.sourceforge.jnlp.runtime that implement JNLPClassLoader.SecurityDelegateModifier and TypeClassDescriptionstatic classHandles 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.SecurityDelegateModifierConstructorDescriptionManifestAttributesChecker(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.SecurityDelegateModifier and TypeMethodDescriptionvoidAppVerifier.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.SecurityDelegateModifier and TypeMethodDescriptionvoidJarCertVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JNLPFile file)