MultiFactorAuthenticationAttempt

Information specific to the update event by a user.

Parameters

deliveryMethod

The delivery method of the Multi-Factor Authentication to a user.

status

The status of a user''s response to the Multi-Factor Authentication initiated by the Partner''s system to the user.' - SUCCESS - Applicable if the user successfully passed the challenge. - ABANDON - Applicable if the user did not complete the challenge. - FAILED - Applicable if the user failed the challenge.

referenceId

The identifier related to a Multi-Factor Authentication attempt by the Partner's system to the Multi-Factor Authentication provider.

providerName

The vendor providing the Multi-Factor Authentication verification.

attemptCount

The number of attempts a user tried for this Multi-Factor Authentication.

updateStartDateTime

The local date and time the Multi-Factor Authentication was initiated to a user from the Partner's system, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

updateEndDateTime

The local date and time the Multi-Factor Authentication to a user ended in the Partner's system, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

telephone
emailAddress

Email address used for the Multi-Factor Authentication by a user.

Constructors

Link copied to clipboard
public MultiFactorAuthenticationAttempt MultiFactorAuthenticationAttempt(MultiFactorAuthenticationAttempt.DeliveryMethod deliveryMethod, MultiFactorAuthenticationAttempt.Status status, String referenceId, String providerName, BigDecimal attemptCount, OffsetDateTime updateStartDateTime, OffsetDateTime updateEndDateTime, Telephone telephone, String emailAddress)

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

The delivery method of the Multi-Factor Authentication to a user. Values: EMAIL,SMS,VOICE,PUSH

Link copied to clipboard

The status of a user''s response to the Multi-Factor Authentication initiated by the Partner''s system to the user.' - SUCCESS - Applicable if the user successfully passed the challenge. - ABANDON - Applicable if the user did not complete the challenge. - FAILED - Applicable if the user failed the challenge. Values: SUCCESS,ABANDON,FAILED

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final BigDecimal attemptCount
Link copied to clipboard
Link copied to clipboard
@Length(max = 200)
@Valid()
private final String emailAddress
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String providerName
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String referenceId
Link copied to clipboard
Link copied to clipboard
@Valid()
private final Telephone telephone
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
public final BigDecimal getAttemptCount()
Link copied to clipboard
public final String getEmailAddress()
Link copied to clipboard
public final String getProviderName()
Link copied to clipboard
public final String getReferenceId()
Link copied to clipboard
Link copied to clipboard
public final Telephone getTelephone()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard