public class SecuritySettingsDto extends Object
| 构造器和说明 |
|---|
SecuritySettingsDto() |
public String getAllowedOrigins()
public void setAllowedOrigins(String allowedOrigins)
public Integer getAuthingTokenExpiresIn()
public void setAuthingTokenExpiresIn(Integer authingTokenExpiresIn)
public Integer getVerifyCodeLength()
public void setVerifyCodeLength(Integer verifyCodeLength)
public Integer getVerifyCodeMaxAttempts()
public void setVerifyCodeMaxAttempts(Integer verifyCodeMaxAttempts)
public ChangeEmailStrategyDto getChangeEmailStrategy()
public void setChangeEmailStrategy(ChangeEmailStrategyDto changeEmailStrategy)
public ChangePhoneStrategyDto getChangePhoneStrategy()
public void setChangePhoneStrategy(ChangePhoneStrategyDto changePhoneStrategy)
public CookieSettingsDto getCookieSettings()
public void setCookieSettings(CookieSettingsDto cookieSettings)
public Boolean getRegisterDisabled()
public void setRegisterDisabled(Boolean registerDisabled)
public RegisterAnomalyDetectionConfigDto getRegisterAnomalyDetection()
public void setRegisterAnomalyDetection(RegisterAnomalyDetectionConfigDto registerAnomalyDetection)
public Boolean getCompletePasswordAfterPassCodeLogin()
public void setCompletePasswordAfterPassCodeLogin(Boolean completePasswordAfterPassCodeLogin)
public LoginAnomalyDetectionConfigDto getLoginAnomalyDetection()
public void setLoginAnomalyDetection(LoginAnomalyDetectionConfigDto loginAnomalyDetection)
public Boolean getLoginRequireEmailVerified()
public void setLoginRequireEmailVerified(Boolean loginRequireEmailVerified)
public SelfUnlockAccountConfigDto getSelfUnlockAccount()
public void setSelfUnlockAccount(SelfUnlockAccountConfigDto selfUnlockAccount)
public Boolean getEnableLoginAccountSwitch()
public void setEnableLoginAccountSwitch(Boolean enableLoginAccountSwitch)
public QrcodeLoginStrategyDto getQrcodeLoginStrategy()
public void setQrcodeLoginStrategy(QrcodeLoginStrategyDto qrcodeLoginStrategy)
Copyright © 2022. All rights reserved.