Class ProvisionMappingType
java.lang.Object
com.tremolosecurity.config.xml.ProvisionMappingType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sourceType property.Gets the value of the targetAttributeName property.Gets the value of the targetAttributeSource property.void
setSourceType
(String value) Sets the value of the sourceType property.void
setTargetAttributeName
(String value) Sets the value of the targetAttributeName property.void
setTargetAttributeSource
(String value) Sets the value of the targetAttributeSource property.
-
Field Details
-
targetAttributeName
-
targetAttributeSource
-
sourceType
-
-
Constructor Details
-
ProvisionMappingType
public ProvisionMappingType()
-
-
Method Details
-
getTargetAttributeName
-
setTargetAttributeName
-
getTargetAttributeSource
-
setTargetAttributeSource
-
getSourceType
-
setSourceType
-