Class ResyncType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.ResyncType
Determines if the workflow should reload the Unison user
object after the workflow is executed. This is useful
for Unison policies that rely on the outcome of the
workflow
Java class for resyncType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resyncType">
<complexContent>
<extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowTaskType">
<attribute name="keepExternalAttrs" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="changeRoot" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="newRoot" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newRoot property.booleanGets the value of the changeRoot property.Gets the value of the keepExternalAttrs property.voidsetChangeRoot(Boolean value) Sets the value of the changeRoot property.voidsetKeepExternalAttrs(Boolean value) Sets the value of the keepExternalAttrs property.voidsetNewRoot(String value) Sets the value of the newRoot property.
-
Field Details
-
keepExternalAttrs
-
changeRoot
-
newRoot
-
-
Constructor Details
-
ResyncType
public ResyncType()
-
-
Method Details
-
isKeepExternalAttrs
-
setKeepExternalAttrs
-
isChangeRoot
public boolean isChangeRoot()Gets the value of the changeRoot property.- Returns:
- possible object is
Boolean
-
setChangeRoot
-
getNewRoot
-
setNewRoot
-