|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.SecurityDesc
public class SecurityDesc
The security element.
Field Summary | |
---|---|
static java.lang.Object |
ALL_PERMISSIONS
All permissions. |
static java.lang.Object |
J2EE_PERMISSIONS
J2EE permissions. |
static java.lang.Object |
SANDBOX_PERMISSIONS
Applet permissions. |
Constructor Summary | |
---|---|
SecurityDesc(JNLPFile file,
java.lang.Object type,
java.lang.String downloadHost)
Create a security descriptor. |
Method Summary | |
---|---|
java.security.PermissionCollection |
getPermissions(java.security.CodeSource cs)
Returns a PermissionCollection containing the basic permissions granted depending on the security type. |
java.security.PermissionCollection |
getSandBoxPermissions()
Returns a PermissionCollection containing the sandbox permissions |
java.lang.Object |
getSecurityType()
Returns the permissions type, one of: ALL_PERMISSIONS, SANDBOX_PERMISSIONS, J2EE_PERMISSIONS. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Object ALL_PERMISSIONS
public static final java.lang.Object SANDBOX_PERMISSIONS
public static final java.lang.Object J2EE_PERMISSIONS
Constructor Detail |
---|
public SecurityDesc(JNLPFile file, java.lang.Object type, java.lang.String downloadHost)
file
- the JNLP filetype
- the type of securitydownloadHost
- the download host (can always connect to)Method Detail |
---|
public java.lang.Object getSecurityType()
public java.security.PermissionCollection getPermissions(java.security.CodeSource cs)
cs
- the CodeSource to get permissions forpublic java.security.PermissionCollection getSandBoxPermissions()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |