public class Permissions
extends org.apache.tools.ant.types.DataType
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getElevated() |
void |
setCacheCertificates(boolean v)
If true then certificate used to sign jar files will be cached
in the JNLP file.
|
void |
setElevated(boolean v)
If set to false then application can run in sandbox.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringpublic void setElevated(boolean v)
public boolean getElevated()
public void setCacheCertificates(boolean v)
This has no effect if application is run in the sandbox.
Copyright © 2025. All rights reserved.