@ApplicationScoped public class SslValidationConfig extends Object implements IndyConfigInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
SECTION_NAME |
APPEND_DEFAULTS_TO_MAIN_CONF, CONF_INCLUDES_DIR| Constructor and Description |
|---|
SslValidationConfig() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDefaultConfig()
The actual content which should be added to the default configuration file in case no configuration is provided, to allow modification of
defaults in future executions.
|
String |
getDefaultConfigFileName()
The name of the file to be written in case no configuration is provided, to allow modification of defaults in future executions.
|
List<String> |
getRemoteNoSSLHosts() |
boolean |
isSSLRequired() |
void |
setRemoteNoSSLHosts(String hosts) |
void |
setSslRequired(Boolean sslEnabled) |
public static final String SECTION_NAME
public void setSslRequired(Boolean sslEnabled)
public boolean isSSLRequired()
public void setRemoteNoSSLHosts(String hosts)
public String getDefaultConfigFileName()
IndyConfigInfogetDefaultConfigFileName in interface IndyConfigInfopublic InputStream getDefaultConfig()
IndyConfigInfogetDefaultConfig in interface IndyConfigInfoCopyright © 2011-2020-2020. All Rights Reserved.