public class AccountSystemSettingProperties extends Object
| Constructor and Description |
|---|
AccountSystemSettingProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLoginSessionTimeout() |
Boolean |
getOrderLastNameFirstName() |
Integer |
getSenderLoginMaxFailedAttempts() |
Integer |
getSessionTimeoutWarning() |
void |
setLoginSessionTimeout(Integer loginSessionTimeout) |
void |
setOrderLastNameFirstName(Boolean value) |
void |
setSenderLoginMaxFailedAttempts(Integer senderLoginMaxFailedAttempts) |
void |
setSessionTimeoutWarning(Integer sessionTimeoutWarning) |
public Integer getSenderLoginMaxFailedAttempts()
public void setSenderLoginMaxFailedAttempts(Integer senderLoginMaxFailedAttempts)
public Integer getLoginSessionTimeout()
public void setLoginSessionTimeout(Integer loginSessionTimeout)
public Integer getSessionTimeoutWarning()
public void setSessionTimeoutWarning(Integer sessionTimeoutWarning)
public Boolean getOrderLastNameFirstName()
public void setOrderLastNameFirstName(Boolean value)
Copyright 2022 OneSpan All rights reserved.