Class ProvisionType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.ProvisionType
Workflow task for provisioning an account to a target
type, may not have children
Java class for provisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="provisionType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowTaskType"> <sequence> <element name="attributes" type="{http://www.tremolosecurity.com/tremoloConfig}listType" minOccurs="0"/> </sequence> <attribute name="sync" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="setPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="onlyPassedInAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the target property.boolean
Gets the value of the onlyPassedInAttributes property.boolean
Gets the value of the setPassword property.isSync()
Gets the value of the sync property.void
setAttributes
(ListType value) Sets the value of the attributes property.void
setOnlyPassedInAttributes
(Boolean value) Sets the value of the onlyPassedInAttributes property.void
setSetPassword
(Boolean value) Sets the value of the setPassword property.void
Sets the value of the sync property.void
Sets the value of the target property.
-
Field Details
-
attributes
-
sync
-
target
-
setPassword
-
onlyPassedInAttributes
-
-
Constructor Details
-
ProvisionType
public ProvisionType()
-
-
Method Details
-
getAttributes
-
setAttributes
-
isSync
-
setSync
-
getTarget
-
setTarget
-
isSetPassword
public boolean isSetPassword()Gets the value of the setPassword property.- Returns:
- possible object is
Boolean
-
setSetPassword
-
isOnlyPassedInAttributes
public boolean isOnlyPassedInAttributes()Gets the value of the onlyPassedInAttributes property.- Returns:
- possible object is
Boolean
-
setOnlyPassedInAttributes
-