public class AccountSystemSettingProperties extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_loginSessionTimeout |
protected Integer |
_senderLoginMaxFailedAttempts |
protected Integer |
_sessionTimeoutWarning |
static String |
FIELD_LOGIN_SESSION_TIMEOUT |
static String |
FIELD_SENDER_LOGIN_MAX_FAILED_ATTEMPTS |
static String |
FIELD_SESSION_TIMEOUT_WARNING |
| Constructor and Description |
|---|
AccountSystemSettingProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
evalLoginSessionTimeout() |
Integer |
evalSenderLoginMaxFailedAttempts() |
Integer |
evalSessionTimeoutWarning() |
int |
getLoginSessionTimeout() |
int |
getSenderLoginMaxFailedAttempts() |
int |
getSessionTimeoutWarning() |
AccountSystemSettingProperties |
safeSetLoginSessionTimeout(Integer value) |
AccountSystemSettingProperties |
safeSetSenderLoginMaxFailedAttempts(Integer value) |
AccountSystemSettingProperties |
safeSetSessionTimeoutWarning(Integer value) |
AccountSystemSettingProperties |
setLoginSessionTimeout(int value) |
AccountSystemSettingProperties |
setSenderLoginMaxFailedAttempts(Integer value) |
AccountSystemSettingProperties |
setSessionTimeoutWarning(int value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_SENDER_LOGIN_MAX_FAILED_ATTEMPTS
public static final String FIELD_LOGIN_SESSION_TIMEOUT
public static final String FIELD_SESSION_TIMEOUT_WARNING
protected Integer _senderLoginMaxFailedAttempts
protected Integer _loginSessionTimeout
protected Integer _sessionTimeoutWarning
public AccountSystemSettingProperties setSenderLoginMaxFailedAttempts(Integer value)
public AccountSystemSettingProperties safeSetSenderLoginMaxFailedAttempts(Integer value)
public int getSenderLoginMaxFailedAttempts()
public Integer evalSenderLoginMaxFailedAttempts()
public AccountSystemSettingProperties setLoginSessionTimeout(int value)
public AccountSystemSettingProperties safeSetLoginSessionTimeout(Integer value)
public int getLoginSessionTimeout()
public Integer evalLoginSessionTimeout()
public AccountSystemSettingProperties setSessionTimeoutWarning(int value)
public AccountSystemSettingProperties safeSetSessionTimeoutWarning(Integer value)
public int getSessionTimeoutWarning()
public Integer evalSessionTimeoutWarning()
Copyright 2022 OneSpan All rights reserved.