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 SecurityDescJNLPFile. securitythe security descriptorMethods in net.sourceforge.jnlp that return SecurityDesc Modifier and Type Method Description SecurityDescJNLPFile. getSecurity()SecurityDescParser. 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 SecurityDescJNLPClassLoader.SecurityDelegate. getClassLoaderSecurity(java.net.URL codebaseHost)SecurityDescJNLPClassLoader.SecurityDelegateImpl. getClassLoaderSecurity(java.net.URL codebaseHost)SecurityDescJNLPClassLoader.SecurityDelegate. getCodebaseSecurityDesc(JARDesc jarDesc, java.net.URL codebaseHost)SecurityDescJNLPClassLoader.SecurityDelegateImpl. getCodebaseSecurityDesc(JARDesc jarDesc, java.net.URL codebaseHost)protected SecurityDescJNLPClassLoader. getCodeSourceSecurity(java.net.URL source)Returns the security descriptor for given code source URLSecurityDescJNLPClassLoader.SecurityDelegate. getJarPermissions(java.net.URL codebaseHost)SecurityDescJNLPClassLoader.SecurityDelegateImpl. getJarPermissions(java.net.URL codebaseHost)protected SecurityDescJNLPClassLoader. 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)
-