Class IfNotUserExistsType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.WorkflowChoiceTaskType
com.tremolosecurity.config.xml.IfNotUserExistsType
Task to determine if a user exists in a given target,
may have children
Java class for ifNotUserExistsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ifNotUserExistsType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowChoiceTaskType"> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uidAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
onFailure, onSuccess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the target property.Gets the value of the uidAttribute property.void
Sets the value of the target property.void
setUidAttribute
(String value) Sets the value of the uidAttribute property.Methods inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
getOnFailure, getOnSuccess, setOnFailure, setOnSuccess
-
Field Details
-
target
-
uidAttribute
-
-
Constructor Details
-
IfNotUserExistsType
public IfNotUserExistsType()
-
-
Method Details
-
getTarget
-
setTarget
-
getUidAttribute
-
setUidAttribute
-