public class TfaApplicationConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLOW_MULTIPLE_PIN_VERIFICATIONS |
static String |
SERIALIZED_NAME_PIN_ATTEMPTS |
static String |
SERIALIZED_NAME_PIN_TIME_TO_LIVE |
static String |
SERIALIZED_NAME_SEND_PIN_PER_APPLICATION_LIMIT |
static String |
SERIALIZED_NAME_SEND_PIN_PER_PHONE_NUMBER_LIMIT |
static String |
SERIALIZED_NAME_VERIFY_PIN_LIMIT |
| Constructor and Description |
|---|
TfaApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TfaApplicationConfiguration |
allowMultiplePinVerifications(Boolean allowMultiplePinVerifications) |
boolean |
equals(Object o) |
Boolean |
getAllowMultiplePinVerifications()
Indicates whether multiple PIN verification is allowed.
|
Integer |
getPinAttempts()
Number of possible PIN attempts.
|
String |
getPinTimeToLive()
Validity period of PIN in specified time unit.
|
String |
getSendPinPerApplicationLimit()
Overall number of requests over a specififed time period for generating a PIN and sending an
SMS using a single application.
|
String |
getSendPinPerPhoneNumberLimit()
Number of requests over a specififed time period for generating a PIN and sending an SMS to one
phone number (MSISDN).
|
String |
getVerifyPinLimit()
The number of PIN verification requests over a specififed time period from one phone number
(MSISDN).
|
int |
hashCode() |
TfaApplicationConfiguration |
pinAttempts(Integer pinAttempts) |
TfaApplicationConfiguration |
pinTimeToLive(String pinTimeToLive) |
TfaApplicationConfiguration |
sendPinPerApplicationLimit(String sendPinPerApplicationLimit) |
TfaApplicationConfiguration |
sendPinPerPhoneNumberLimit(String sendPinPerPhoneNumberLimit) |
void |
setAllowMultiplePinVerifications(Boolean allowMultiplePinVerifications) |
void |
setPinAttempts(Integer pinAttempts) |
void |
setPinTimeToLive(String pinTimeToLive) |
void |
setSendPinPerApplicationLimit(String sendPinPerApplicationLimit) |
void |
setSendPinPerPhoneNumberLimit(String sendPinPerPhoneNumberLimit) |
void |
setVerifyPinLimit(String verifyPinLimit) |
String |
toString() |
TfaApplicationConfiguration |
verifyPinLimit(String verifyPinLimit) |
public static final String SERIALIZED_NAME_ALLOW_MULTIPLE_PIN_VERIFICATIONS
public static final String SERIALIZED_NAME_PIN_ATTEMPTS
public static final String SERIALIZED_NAME_PIN_TIME_TO_LIVE
public static final String SERIALIZED_NAME_SEND_PIN_PER_APPLICATION_LIMIT
public static final String SERIALIZED_NAME_SEND_PIN_PER_PHONE_NUMBER_LIMIT
public static final String SERIALIZED_NAME_VERIFY_PIN_LIMIT
public TfaApplicationConfiguration allowMultiplePinVerifications(Boolean allowMultiplePinVerifications)
public Boolean getAllowMultiplePinVerifications()
public void setAllowMultiplePinVerifications(Boolean allowMultiplePinVerifications)
public TfaApplicationConfiguration pinAttempts(Integer pinAttempts)
public Integer getPinAttempts()
public void setPinAttempts(Integer pinAttempts)
public TfaApplicationConfiguration pinTimeToLive(String pinTimeToLive)
public String getPinTimeToLive()
public void setPinTimeToLive(String pinTimeToLive)
public TfaApplicationConfiguration sendPinPerApplicationLimit(String sendPinPerApplicationLimit)
public String getSendPinPerApplicationLimit()
public void setSendPinPerApplicationLimit(String sendPinPerApplicationLimit)
public TfaApplicationConfiguration sendPinPerPhoneNumberLimit(String sendPinPerPhoneNumberLimit)
public String getSendPinPerPhoneNumberLimit()
public void setSendPinPerPhoneNumberLimit(String sendPinPerPhoneNumberLimit)
public TfaApplicationConfiguration verifyPinLimit(String verifyPinLimit)
public String getVerifyPinLimit()
public void setVerifyPinLimit(String verifyPinLimit)
Copyright © 2022. All rights reserved.