IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.SecurityDesc

Packages that use SecurityDesc
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
protected  SecurityDesc JNLPFile.security
          the security descriptor
 

Methods in net.sourceforge.jnlp that return SecurityDesc
 SecurityDesc JNLPFile.getSecurity()
          Returns the security section of the JNLP file.
 

Uses of SecurityDesc in net.sourceforge.jnlp.runtime
 

Methods in net.sourceforge.jnlp.runtime that return SecurityDesc
protected  SecurityDesc JNLPClassLoader.getCodeSourceSecurity(java.net.URL source)
          Returns the security descriptor for given code source URL
protected  SecurityDesc JNLPClassLoader.getSecurity()
           
 


IcedTea-Web
NetX

Submit a bug or feature