Package prompto.config
Interface IHttpConfiguration
-
- All Known Implementing Classes:
HttpConfiguration,IHttpConfiguration.Inline
public interface IHttpConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIHttpConfiguration.Inline
-
Method Summary
-
-
-
Method Detail
-
getProtocol
String getProtocol()
-
getPort
int getPort()
-
getWelcomePage
String getWelcomePage()
-
getSiteMap
String getSiteMap()
-
getRedirectFrom
Integer getRedirectFrom()
-
getAllowedOrigins
String getAllowedOrigins()
-
getKeyStoreConfiguration
IKeyStoreConfiguration getKeyStoreConfiguration()
-
getTrustStoreConfiguration
IKeyStoreConfiguration getTrustStoreConfiguration()
-
getAuthenticationConfiguration
IAuthenticationConfiguration getAuthenticationConfiguration()
-
getAllowsXAuthorization
boolean getAllowsXAuthorization()
-
getSendsXAuthorization
boolean getSendsXAuthorization()
-
getPublicAddress
String getPublicAddress()
-
withProtocol
IHttpConfiguration withProtocol(String protocol)
-
withPort
IHttpConfiguration withPort(int port)
-
withWelcomePage
IHttpConfiguration withWelcomePage(String welcomePage)
-
withSiteMap
IHttpConfiguration withSiteMap(String siteMap)
-
withSendsXAuthorization
IHttpConfiguration withSendsXAuthorization(boolean set)
-
withKeyStoreConfiguration
IHttpConfiguration withKeyStoreConfiguration(IKeyStoreConfiguration config)
-
withTrustStoreConfiguration
IHttpConfiguration withTrustStoreConfiguration(IKeyStoreConfiguration config)
-
withAuthenticationConfiguration
IHttpConfiguration withAuthenticationConfiguration(IAuthenticationConfiguration config)
-
withPublicAddress
IHttpConfiguration withPublicAddress(String name)
-
toYaml
com.esotericsoftware.yamlbeans.document.YamlMapping toYaml() throws com.esotericsoftware.yamlbeans.YamlException- Throws:
com.esotericsoftware.yamlbeans.YamlException
-
-