public class AuthEventType extends Object implements Serializable
The authentication event type.
| Constructor and Description |
|---|
AuthEventType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ChallengeResponseType> |
getChallengeResponses()
The challenge responses.
|
Date |
getCreationDate()
The creation date
|
EventContextDataType |
getEventContextData()
The user context data captured at the time of an event request.
|
EventFeedbackType |
getEventFeedback()
A flag specifying the user feedback captured at the time of an event
request is good or bad.
|
String |
getEventId()
The event ID.
|
String |
getEventResponse()
The event response.
|
EventRiskType |
getEventRisk()
The event risk.
|
String |
getEventType()
The event type.
|
int |
hashCode() |
void |
setChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
void |
setCreationDate(Date creationDate)
The creation date
|
void |
setEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request.
|
void |
setEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event
request is good or bad.
|
void |
setEventId(String eventId)
The event ID.
|
void |
setEventResponse(EventResponseType eventResponse)
The event response.
|
void |
setEventResponse(String eventResponse)
The event response.
|
void |
setEventRisk(EventRiskType eventRisk)
The event risk.
|
void |
setEventType(EventType eventType)
The event type.
|
void |
setEventType(String eventType)
The event type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AuthEventType |
withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
|
AuthEventType |
withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
AuthEventType |
withCreationDate(Date creationDate)
The creation date
|
AuthEventType |
withEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request.
|
AuthEventType |
withEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event
request is good or bad.
|
AuthEventType |
withEventId(String eventId)
The event ID.
|
AuthEventType |
withEventResponse(EventResponseType eventResponse)
The event response.
|
AuthEventType |
withEventResponse(String eventResponse)
The event response.
|
AuthEventType |
withEventRisk(EventRiskType eventRisk)
The event risk.
|
AuthEventType |
withEventType(EventType eventType)
The event type.
|
AuthEventType |
withEventType(String eventType)
The event type.
|
public String getEventId()
The event ID.
The event ID.
public void setEventId(String eventId)
The event ID.
eventId - The event ID.
public AuthEventType withEventId(String eventId)
The event ID.
Returns a reference to this object so that method calls can be chained together.
eventId - The event ID.
public String getEventType()
The event type.
Constraints:
Allowed Values: SignIn, SignUp, ForgotPassword
The event type.
EventTypepublic void setEventType(String eventType)
The event type.
Constraints:
Allowed Values: SignIn, SignUp, ForgotPassword
eventType - The event type.
EventTypepublic AuthEventType withEventType(String eventType)
The event type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SignIn, SignUp, ForgotPassword
eventType - The event type.
EventTypepublic void setEventType(EventType eventType)
The event type.
Constraints:
Allowed Values: SignIn, SignUp, ForgotPassword
eventType - The event type.
EventTypepublic AuthEventType withEventType(EventType eventType)
The event type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SignIn, SignUp, ForgotPassword
eventType - The event type.
EventTypepublic Date getCreationDate()
The creation date
The creation date
public void setCreationDate(Date creationDate)
The creation date
creationDate - The creation date
public AuthEventType withCreationDate(Date creationDate)
The creation date
Returns a reference to this object so that method calls can be chained together.
creationDate - The creation date
public String getEventResponse()
The event response.
Constraints:
Allowed Values: Success, Failure
The event response.
EventResponseTypepublic void setEventResponse(String eventResponse)
The event response.
Constraints:
Allowed Values: Success, Failure
eventResponse - The event response.
EventResponseTypepublic AuthEventType withEventResponse(String eventResponse)
The event response.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Success, Failure
eventResponse - The event response.
EventResponseTypepublic void setEventResponse(EventResponseType eventResponse)
The event response.
Constraints:
Allowed Values: Success, Failure
eventResponse - The event response.
EventResponseTypepublic AuthEventType withEventResponse(EventResponseType eventResponse)
The event response.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Success, Failure
eventResponse - The event response.
EventResponseTypepublic EventRiskType getEventRisk()
The event risk.
The event risk.
public void setEventRisk(EventRiskType eventRisk)
The event risk.
eventRisk - The event risk.
public AuthEventType withEventRisk(EventRiskType eventRisk)
The event risk.
Returns a reference to this object so that method calls can be chained together.
eventRisk - The event risk.
public List<ChallengeResponseType> getChallengeResponses()
The challenge responses.
The challenge responses.
public void setChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
challengeResponses - The challenge responses.
public AuthEventType withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
Returns a reference to this object so that method calls can be chained together.
challengeResponses - The challenge responses.
public AuthEventType withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
Returns a reference to this object so that method calls can be chained together.
challengeResponses - The challenge responses.
public EventContextDataType getEventContextData()
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
public void setEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
eventContextData - The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
public AuthEventType withEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
Returns a reference to this object so that method calls can be chained together.
eventContextData - The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
public EventFeedbackType getEventFeedback()
A flag specifying the user feedback captured at the time of an event request is good or bad.
A flag specifying the user feedback captured at the time of an event request is good or bad.
public void setEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
eventFeedback - A flag specifying the user feedback captured at the time of an event request is good or bad.
public AuthEventType withEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
Returns a reference to this object so that method calls can be chained together.
eventFeedback - A flag specifying the user feedback captured at the time of an event request is good or bad.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.