| java.lang.Object | |
| ↳ | com.workday.identity.UnidentifiedSignonDataType |
Information associated with an Unidentified Signon attempt.
Java class for Unidentified_Signon_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Unidentified_Signon_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Signon_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Proxy_User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authentication_Failure_Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Signon_IP_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authentication_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authenticationFailureMessage | |||||||||||
| authenticationType | |||||||||||
| proxyUserName | |||||||||||
| signonDateTime | |||||||||||
| signonIPAddress | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authenticationFailureMessage property.
| |||||||||||
Gets the value of the authenticationType property.
| |||||||||||
Gets the value of the proxyUserName property.
| |||||||||||
Gets the value of the signonDateTime property.
| |||||||||||
Gets the value of the signonIPAddress property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the authenticationFailureMessage property.
| |||||||||||
Sets the value of the authenticationType property.
| |||||||||||
Sets the value of the proxyUserName property.
| |||||||||||
Sets the value of the signonDateTime property.
| |||||||||||
Sets the value of the signonIPAddress property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authenticationFailureMessage property.
Gets the value of the authenticationType property.
Gets the value of the proxyUserName property.
Gets the value of the signonDateTime property.
Gets the value of the signonIPAddress property.
Gets the value of the userName property.
Sets the value of the authenticationFailureMessage property.
| value | Allowed object is String |
|---|
Sets the value of the authenticationType property.
| value | Allowed object is String |
|---|
Sets the value of the proxyUserName property.
| value | Allowed object is String |
|---|
Sets the value of the signonDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the signonIPAddress property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|