Package net.sourceforge.jnlp.runtime
Class JNLPPolicy
java.lang.Object
java.security.Policy
net.sourceforge.jnlp.runtime.JNLPPolicy
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.security.Policy
Policy.Parameters
-
Field Summary
Fields inherited from class java.security.Policy
UNSUPPORTED_EMPTY_COLLECTION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPermissions
(CodeSource source) Return a mutable, heterogeneous-capable permission collection for the source.boolean
implies
(ProtectionDomain domain, Permission permission) void
refresh()
Refresh.Methods inherited from class java.security.Policy
getInstance, getInstance, getInstance, getParameters, getPermissions, getPolicy, getProvider, getType, setPolicy
-
Constructor Details
-
JNLPPolicy
protected JNLPPolicy()
-
-
Method Details