Class ResyncType

java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.ResyncType

public class ResyncType extends WorkflowTaskType
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 Details

    • keepExternalAttrs

      protected Boolean keepExternalAttrs
    • changeRoot

      protected Boolean changeRoot
    • newRoot

      protected String newRoot
  • Constructor Details

    • ResyncType

      public ResyncType()
  • Method Details

    • isKeepExternalAttrs

      public Boolean isKeepExternalAttrs()
      Gets the value of the keepExternalAttrs property.
      Returns:
      possible object is Boolean
    • setKeepExternalAttrs

      public void setKeepExternalAttrs(Boolean value)
      Sets the value of the keepExternalAttrs property.
      Parameters:
      value - allowed object is Boolean
    • isChangeRoot

      public boolean isChangeRoot()
      Gets the value of the changeRoot property.
      Returns:
      possible object is Boolean
    • setChangeRoot

      public void setChangeRoot(Boolean value)
      Sets the value of the changeRoot property.
      Parameters:
      value - allowed object is Boolean
    • getNewRoot

      public String getNewRoot()
      Gets the value of the newRoot property.
      Returns:
      possible object is String
    • setNewRoot

      public void setNewRoot(String value)
      Sets the value of the newRoot property.
      Parameters:
      value - allowed object is String