|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.Policy | +--netx.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.
Constructor Summary | |
protected |
JNLPPolicy()
|
Method Summary | |
java.security.PermissionCollection |
getPermissions(java.security.CodeSource source)
Return a mutable, heterogeneous-capable permission collection for the source. |
void |
refresh()
Refresh. |
Methods inherited from class java.security.Policy |
getPolicy, setPolicy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JNLPPolicy()
Method Detail |
public java.security.PermissionCollection getPermissions(java.security.CodeSource source)
getPermissions
in class java.security.Policy
public void refresh()
refresh
in class java.security.Policy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |