| java.lang.Object | |
| ↳ | com.workday.identity.WorkdayAccountSignonDataType |
Contains data for a Workday Account Signon, including User Name, Workday Account Reference and Signon Time.
Java class for Workday_Account_Signon_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workday_Account_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="Successful" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Failed_Signon" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Password_Changed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Forgotten_Password_Reset_Request" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="Signoff_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Authentication_Channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Authentication_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_AccountObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authenticationChannel | |||||||||||
| authenticationFailureMessage | |||||||||||
| authenticationType | |||||||||||
| failedSignon | |||||||||||
| forgottenPasswordResetRequest | |||||||||||
| passwordChanged | |||||||||||
| signoffDateTime | |||||||||||
| signonDateTime | |||||||||||
| signonIPAddress | |||||||||||
| successful | |||||||||||
| userName | |||||||||||
| workdayAccountReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authenticationChannel property.
| |||||||||||
Gets the value of the authenticationFailureMessage property.
| |||||||||||
Gets the value of the authenticationType property.
| |||||||||||
Gets the value of the failedSignon property.
| |||||||||||
Gets the value of the forgottenPasswordResetRequest property.
| |||||||||||
Gets the value of the passwordChanged property.
| |||||||||||
Gets the value of the signoffDateTime property.
| |||||||||||
Gets the value of the signonDateTime property.
| |||||||||||
Gets the value of the signonIPAddress property.
| |||||||||||
Gets the value of the successful property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Gets the value of the workdayAccountReference property.
| |||||||||||
Sets the value of the authenticationChannel property.
| |||||||||||
Sets the value of the authenticationFailureMessage property.
| |||||||||||
Sets the value of the authenticationType property.
| |||||||||||
Sets the value of the failedSignon property.
| |||||||||||
Sets the value of the forgottenPasswordResetRequest property.
| |||||||||||
Sets the value of the passwordChanged property.
| |||||||||||
Sets the value of the signoffDateTime property.
| |||||||||||
Sets the value of the signonDateTime property.
| |||||||||||
Sets the value of the signonIPAddress property.
| |||||||||||
Sets the value of the successful property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
Sets the value of the workdayAccountReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authenticationChannel property.
Gets the value of the authenticationFailureMessage property.
Gets the value of the authenticationType property.
Gets the value of the failedSignon property. This getter has been renamed from isFailedSignon() to getFailedSignon() by cxf-xjc-boolean plugin.
Gets the value of the forgottenPasswordResetRequest property. This getter has been renamed from isForgottenPasswordResetRequest() to getForgottenPasswordResetRequest() by cxf-xjc-boolean plugin.
Gets the value of the passwordChanged property. This getter has been renamed from isPasswordChanged() to getPasswordChanged() by cxf-xjc-boolean plugin.
Gets the value of the signoffDateTime property.
Gets the value of the signonDateTime property.
Gets the value of the signonIPAddress property.
Gets the value of the successful property. This getter has been renamed from isSuccessful() to getSuccessful() by cxf-xjc-boolean plugin.
Gets the value of the userName property.
Gets the value of the workdayAccountReference property.
SystemAccountObjectType
Sets the value of the authenticationChannel property.
| value | Allowed object is String |
|---|
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 failedSignon property.
| value | Allowed object is Boolean |
|---|
Sets the value of the forgottenPasswordResetRequest property.
| value | Allowed object is Boolean |
|---|
Sets the value of the passwordChanged property.
| value | Allowed object is Boolean |
|---|
Sets the value of the signoffDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 successful property.
| value | Allowed object is Boolean |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|
Sets the value of the workdayAccountReference property.
| value | Allowed object is
SystemAccountObjectType
|
|---|