|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netx.jnlp.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()
Returns a PermissionCollection containing the basic permissions granted depending on the security type. |
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()
|
Homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |