Class ProvisionMappingType

java.lang.Object
com.tremolosecurity.config.xml.ProvisionMappingType

public class ProvisionMappingType extends Object
Provides a mapping of the Unison user object. This task creates a copy of the object for all children of this task

Java class for provisionMappingType complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="provisionMappingType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
      </sequence>
      <attribute name="targetAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="targetAttributeSource" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sourceType">
        <simpleType>
          <restriction base="{http://www.w3.org/2001/XMLSchema}string">
            <enumeration value="static"/>
            <enumeration value="user"/>
            <enumeration value="custom"/>
            <enumeration value="composite"/>
          </restriction>
        </simpleType>
      </attribute>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • targetAttributeName

      protected String targetAttributeName
    • targetAttributeSource

      protected String targetAttributeSource
    • sourceType

      protected String sourceType
  • Constructor Details

    • ProvisionMappingType

      public ProvisionMappingType()
  • Method Details

    • getTargetAttributeName

      public String getTargetAttributeName()
      Gets the value of the targetAttributeName property.
      Returns:
      possible object is String
    • setTargetAttributeName

      public void setTargetAttributeName(String value)
      Sets the value of the targetAttributeName property.
      Parameters:
      value - allowed object is String
    • getTargetAttributeSource

      public String getTargetAttributeSource()
      Gets the value of the targetAttributeSource property.
      Returns:
      possible object is String
    • setTargetAttributeSource

      public void setTargetAttributeSource(String value)
      Sets the value of the targetAttributeSource property.
      Parameters:
      value - allowed object is String
    • getSourceType

      public String getSourceType()
      Gets the value of the sourceType property.
      Returns:
      possible object is String
    • setSourceType

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