public class

UnidentifiedSignonDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.identity.UnidentifiedSignonDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String authenticationFailureMessage
protected String authenticationType
protected String proxyUserName
protected XMLGregorianCalendar signonDateTime
protected String signonIPAddress
protected String userName
Public Constructors
UnidentifiedSignonDataType()
Public Methods
String getAuthenticationFailureMessage()
Gets the value of the authenticationFailureMessage property.
String getAuthenticationType()
Gets the value of the authenticationType property.
String getProxyUserName()
Gets the value of the proxyUserName property.
XMLGregorianCalendar getSignonDateTime()
Gets the value of the signonDateTime property.
String getSignonIPAddress()
Gets the value of the signonIPAddress property.
String getUserName()
Gets the value of the userName property.
void setAuthenticationFailureMessage(String value)
Sets the value of the authenticationFailureMessage property.
void setAuthenticationType(String value)
Sets the value of the authenticationType property.
void setProxyUserName(String value)
Sets the value of the proxyUserName property.
void setSignonDateTime(XMLGregorianCalendar value)
Sets the value of the signonDateTime property.
void setSignonIPAddress(String value)
Sets the value of the signonIPAddress property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String authenticationFailureMessage

protected String authenticationType

protected String proxyUserName

protected XMLGregorianCalendar signonDateTime

protected String signonIPAddress

protected String userName

Public Constructors

public UnidentifiedSignonDataType ()

Public Methods

public String getAuthenticationFailureMessage ()

Gets the value of the authenticationFailureMessage property.

Returns
  • possible object is String

public String getAuthenticationType ()

Gets the value of the authenticationType property.

Returns
  • possible object is String

public String getProxyUserName ()

Gets the value of the proxyUserName property.

Returns
  • possible object is String

public XMLGregorianCalendar getSignonDateTime ()

Gets the value of the signonDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getSignonIPAddress ()

Gets the value of the signonIPAddress property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setAuthenticationFailureMessage (String value)

Sets the value of the authenticationFailureMessage property.

Parameters
value Allowed object is String

public void setAuthenticationType (String value)

Sets the value of the authenticationType property.

Parameters
value Allowed object is String

public void setProxyUserName (String value)

Sets the value of the proxyUserName property.

Parameters
value Allowed object is String

public void setSignonDateTime (XMLGregorianCalendar value)

Sets the value of the signonDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSignonIPAddress (String value)

Sets the value of the signonIPAddress property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String