@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.undertow") public class UndertowComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration |
Constructor and Description |
---|
UndertowComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedRoles() |
UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration |
getHostOptions() |
Boolean |
getResolvePropertyPlaceholders() |
String |
getSecurityConfiguration() |
String |
getSecurityProvider() |
String |
getSslContextParameters() |
String |
getUndertowHttpBinding() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setAllowedRoles(String allowedRoles) |
void |
setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSecurityConfiguration(String securityConfiguration) |
void |
setSecurityProvider(String securityProvider) |
void |
setSslContextParameters(String sslContextParameters) |
void |
setUndertowHttpBinding(String undertowHttpBinding) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public String getUndertowHttpBinding()
public void setUndertowHttpBinding(String undertowHttpBinding)
public String getSslContextParameters()
public void setSslContextParameters(String sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration getHostOptions()
public void setHostOptions(UndertowComponentConfiguration.UndertowHostOptionsNestedConfiguration hostOptions)
public String getSecurityConfiguration()
public void setSecurityConfiguration(String securityConfiguration)
public String getAllowedRoles()
public void setAllowedRoles(String allowedRoles)
public String getSecurityProvider()
public void setSecurityProvider(String securityProvider)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel