netx.jnlp.runtime
Class JNLPPolicy
Policy
netx.jnlp.runtime.JNLPPolicy
public class JNLPPolicy
extends Policy
Policy for JNLP environment. This class delegates to the
system policy but always grants permissions to the JNLP code
and system CodeSources (no separate policy file needed). This
class may also grant permissions to applications at runtime if
approved by the user.
PermissionCollection | getPermissions(CodeSource source) - Return a mutable, heterogeneous-capable permission collection
for the source.
|
void | refresh() - Refresh.
|
JNLPPolicy
protected JNLPPolicy()
getPermissions
public PermissionCollection getPermissions(CodeSource source)
Return a mutable, heterogeneous-capable permission collection
for the source.
refresh
public void refresh()
Refresh.