public interface SignatureRule extends Rule
The following features are supported:
SecurityPackage.getSignatureRule()| Modifier and Type | Method and Description |
|---|---|
Script |
getPostProcessor()
Returns the value of the 'Post Processor' reference.
|
int |
getReloadPeriod()
Returns the value of the 'Reload Period' attribute.
|
org.eclipse.emf.common.util.EList<CA> |
getTrustedCertificationAuthority()
Returns the value of the 'Trusted Certification Authority' containment reference list.
|
boolean |
isIndentXml()
Returns the value of the 'Indent Xml' attribute.
|
void |
setIndentXml(boolean value)
Sets the value of the '
Indent Xml' attribute. |
void |
setPostProcessor(Script value)
Sets the value of the '
Post Processor' reference. |
void |
setReloadPeriod(int value)
Sets the value of the '
Reload Period' attribute. |
getActionFilter, getFilterScript, getId, getIdFilter, getRuleType, getTypeFilter, setActionFilter, setFilterScript, setId, setIdFilter, setTypeFilterorg.eclipse.emf.common.util.EList<CA> getTrustedCertificationAuthority()
CA.
If the meaning of the 'Trusted Certification Authority' containment reference list isn't clear, there really should be more of a description here...
SecurityPackage.getSignatureRule_TrustedCertificationAuthority()boolean isIndentXml()
"false".
If the meaning of the 'Indent Xml' attribute isn't clear, there really should be more of a description here...
setIndentXml(boolean),
SecurityPackage.getSignatureRule_IndentXml()void setIndentXml(boolean value)
Indent Xml' attribute.
value - the new value of the 'Indent Xml' attribute.isIndentXml()Script getPostProcessor()
If the meaning of the 'Post Processor' reference isn't clear, there really should be more of a description here...
setPostProcessor(Script),
SecurityPackage.getSignatureRule_PostProcessor()void setPostProcessor(Script value)
Post Processor' reference.
value - the new value of the 'Post Processor' reference.getPostProcessor()int getReloadPeriod()
"0".
The period (milliseconds) in which all CAs will be reloaded.
setReloadPeriod(int),
SecurityPackage.getSignatureRule_ReloadPeriod()void setReloadPeriod(int value)
Reload Period' attribute.
value - the new value of the 'Reload Period' attribute.getReloadPeriod()