Specify security access in JNLP  
Author Message
Gerrit Hulleman





PostPosted: 2004-7-21 16:02:00 Top

java-programmer, Specify security access in JNLP Is it possible to specify what access the web start application needs to
run?

Using the JNLP code
<security>
<all-permissions/>
</security>

All access can be gained, but I would like to restrict it to contacting
certain servers and clipbaord access. More like 'java.awt.AWTPermission
"accessClipboard"'. Is it possible to use this policy code in the JNLP file?

G