public interface IHttpConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
IHttpConfiguration.Inline |
String getProtocol()
int getPort()
String getWelcomePage()
Integer getRedirectFrom()
String getAllowedOrigins()
IKeyStoreConfiguration getKeyStoreConfiguration()
IKeyStoreConfiguration getTrustStoreConfiguration()
IAuthenticationConfiguration getAuthenticationConfiguration()
boolean getAllowsXAuthorization()
boolean getSendsXAuthorization()
String getPublicAddress()
IHttpConfiguration withProtocol(String protocol)
IHttpConfiguration withPort(int port)
IHttpConfiguration withWelcomePage(String welcomePage)
IHttpConfiguration withSendsXAuthorization(boolean set)
IHttpConfiguration withKeyStoreConfiguration(IKeyStoreConfiguration config)
IHttpConfiguration withTrustStoreConfiguration(IKeyStoreConfiguration config)
IHttpConfiguration withAuthenticationConfiguration(IAuthenticationConfiguration config)
IHttpConfiguration withPublicAddress(String name)
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
com.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2020 Prompto. All rights reserved.