Uses of Class
net.sourceforge.jnlp.SecurityDesc
Packages that use SecurityDesc
Package
Description
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.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
-
Uses of SecurityDesc in net.sourceforge.jnlp
Fields in net.sourceforge.jnlp declared as SecurityDescModifier and TypeFieldDescriptionprotected SecurityDescJNLPFile.securitythe security descriptorMethods in net.sourceforge.jnlp that return SecurityDesc -
Uses of SecurityDesc in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return SecurityDescModifier and TypeMethodDescriptionJNLPClassLoader.SecurityDelegate.getClassLoaderSecurity(URL codebaseHost) JNLPClassLoader.SecurityDelegateImpl.getClassLoaderSecurity(URL codebaseHost) JNLPClassLoader.SecurityDelegate.getCodebaseSecurityDesc(JARDesc jarDesc, URL codebaseHost) JNLPClassLoader.SecurityDelegateImpl.getCodebaseSecurityDesc(JARDesc jarDesc, URL codebaseHost) protected SecurityDescJNLPClassLoader.getCodeSourceSecurity(URL source) Returns the security descriptor for given code source URLJNLPClassLoader.SecurityDelegate.getJarPermissions(URL codebaseHost) JNLPClassLoader.SecurityDelegateImpl.getJarPermissions(URL codebaseHost) protected SecurityDescJNLPClassLoader.getSecurity()Constructors in net.sourceforge.jnlp.runtime with parameters of type SecurityDescModifierConstructorDescriptionManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate)