Uses of Class
net.sourceforge.jnlp.SecurityDesc
-
Packages that use SecurityDesc 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. -
-
Uses of SecurityDesc in net.sourceforge.jnlp
Fields in net.sourceforge.jnlp declared as SecurityDesc Modifier and Type Field Description protected SecurityDesc
JNLPFile. security
the security descriptorMethods in net.sourceforge.jnlp that return SecurityDesc Modifier and Type Method Description SecurityDesc
JNLPFile. getSecurity()
SecurityDesc
Parser. getSecurity(Node parent)
-
Uses of SecurityDesc in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return SecurityDesc Modifier and Type Method 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 URLSecurityDesc
JNLPClassLoader.SecurityDelegate. getJarPermissions(java.net.URL codebaseHost)
SecurityDesc
JNLPClassLoader.SecurityDelegateImpl. getJarPermissions(java.net.URL codebaseHost)
protected SecurityDesc
JNLPClassLoader. getSecurity()
Constructors in net.sourceforge.jnlp.runtime with parameters of type SecurityDesc Constructor Description ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate)
-