public class Permissions
extends org.apache.tools.ant.types.DataType
Modifier and Type | Field and Description |
---|---|
private boolean |
elevated |
(package private) boolean |
embed
Deprecated.
|
Constructor and Description |
---|
Permissions() |
Modifier and Type | Method and Description |
---|---|
private Permissions |
get() |
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, toString
@Deprecated final boolean embed
private boolean elevated
public void setElevated(boolean v)
public boolean getElevated()
public void setCacheCertificates(boolean v)
This has no effect if application is run in the sandbox.
private Permissions get()