@Component public class SmtpConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtpConfig.SMTPAlert |
static class |
SmtpConfig.SMTPAuthentication |
| Constructor and Description |
|---|
SmtpConfig() |
| Modifier and Type | Method and Description |
|---|---|
SmtpConfig.SMTPAuthentication |
getSmtpAuthenticationType() |
String |
getSmtpServer() |
String |
getSmtpServerPassword() |
String |
getSmtpServerPort() |
String |
getSmtpServerUsername() |
boolean |
isSmtpAlertEnabled(SmtpConfig.SMTPAlert alert) |
boolean |
isSmtpAuthenticationEnabled() |
void |
setIllegalRequestAttemptSmtpAlert(boolean value) |
void |
setIllegalRequestLayerAccessSmtpAlert(boolean value) |
void |
setIllegalRequestLayerZoomSmtpAlert(boolean value) |
void |
setSmtpAlert(String smtpAlert) |
void |
setSmtpAuthenticationType(SmtpConfig.SMTPAuthentication smtpAuthenticationType) |
void |
setSmtpServer(String smtpServer) |
void |
setSmtpServerPassword(String smtpServerPassword) |
void |
setSmtpServerPort(String smtpServerPort) |
void |
setSmtpServerUsername(String smtpServerUsername) |
void |
setUserAccountLockSmtpAlert(boolean value) |
public SmtpConfig.SMTPAuthentication getSmtpAuthenticationType()
@Value(value="${gr.cite.geoanalytics.app.smtpServerAuthentication:NONE}")
public void setSmtpAuthenticationType(SmtpConfig.SMTPAuthentication smtpAuthenticationType)
public boolean isSmtpAuthenticationEnabled()
public String getSmtpServer()
@Value(value="${gr.cite.geoanalytics.app.smtpServerHost}")
public void setSmtpServer(String smtpServer)
public String getSmtpServerPort()
@Value(value="${gr.cite.geoanalytics.app.smtpServerPort}")
public void setSmtpServerPort(String smtpServerPort)
public String getSmtpServerUsername()
@Value(value="${gr.cite.geoanalytics.app.smtpServerUsername}")
public void setSmtpServerUsername(String smtpServerUsername)
public String getSmtpServerPassword()
@Value(value="${gr.cite.geoanalytics.app.smtpServerPassword}")
public void setSmtpServerPassword(String smtpServerPassword)
public boolean isSmtpAlertEnabled(SmtpConfig.SMTPAlert alert)
public void setSmtpAlert(String smtpAlert)
@Value(value="${gr.cite.geoanalytics.app.smptAlert.userAccountLock:false}")
public void setUserAccountLockSmtpAlert(boolean value)
@Value(value="${gr.cite.geoanalytics.app.smptAlert.illegalRequestAttempt:false}")
public void setIllegalRequestAttemptSmtpAlert(boolean value)
@Value(value="${gr.cite.geoanalytics.app.smptAlert.illegalLayerAccesstAttempt:false}")
public void setIllegalRequestLayerAccessSmtpAlert(boolean value)
@Value(value="${gr.cite.geoanalytics.app.smptAlert.illegalLayerZoomAttempt:false}")
public void setIllegalRequestLayerZoomSmtpAlert(boolean value)
Copyright © 2016. All Rights Reserved.