public class EmailConfiguration extends Object
Constructor and Description |
---|
EmailConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getFromEmail() |
String |
getHostname() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
URI |
getWebInterfaceUri() |
boolean |
isEnabled() |
boolean |
isUseAuth() |
boolean |
isUseSsl() |
boolean |
isUseTls() |
void |
validateConfig() |
public boolean isEnabled()
public String getHostname()
public int getPort()
public boolean isUseAuth()
public boolean isUseTls()
public boolean isUseSsl()
public String getUsername()
public String getPassword()
public String getFromEmail()
public URI getWebInterfaceUri()
@ValidatorMethod public void validateConfig() throws com.github.joschi.jadconfig.ValidationException
com.github.joschi.jadconfig.ValidationException
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.