Uses of Class
org.apache.camel.main.HttpManagementServerConfigurationProperties
-
Uses of HttpManagementServerConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return HttpManagementServerConfigurationPropertiesModifier and TypeMethodDescriptionMainConfigurationProperties.httpManagementServer()To configure embedded HTTP management server (for standalone applications; not Spring Boot or Quarkus)HttpManagementServerConfigurationProperties.withAuthenticationEnabled(boolean authenticationEnabled) Whether to enable HTTP authentication for embedded server (for standalone applications; not Spring Boot or Quarkus).HttpManagementServerConfigurationProperties.withAuthenticationPath(String authenticationPath) Set HTTP url path of embedded management server that is protected by authentication configuration.HttpManagementServerConfigurationProperties.withBasicPropertiesFile(String basicPropertiesFile) Name of the file that contains basic authentication info for Vert.x file auth provider.HttpManagementServerConfigurationProperties.withDevConsoleEnabled(boolean devConsoleEnabled) Whether to enable developer console (not intended for production use).HttpManagementServerConfigurationProperties.withDownloadEnabled(boolean downloadEnabled) Whether to enable file download via HTTP.HttpManagementServerConfigurationProperties.withEnabled(boolean enabled) Whether embedded HTTP management server is enabled.HttpManagementServerConfigurationProperties.withHealthCheckEnabled(boolean healthCheckEnabled) Whether to enable health-check console.HttpManagementServerConfigurationProperties.withHealthPath(String healthPath) The path endpoint used to expose the health statusHostname to use for binding embedded HTTP management serverHttpManagementServerConfigurationProperties.withInfoEnabled(boolean infoEnabled) Whether to enable info console.HttpManagementServerConfigurationProperties.withInfoPath(String infoPath) The path endpoint used to expose the info statusHttpManagementServerConfigurationProperties.withJolokiaEnabled(boolean jolokiaEnabled) Whether to enable jolokia.HttpManagementServerConfigurationProperties.withJolokiaPath(String jolokiaPath) The path endpoint used to expose the jolokia data.HttpManagementServerConfigurationProperties.withJwtKeystorePassword(String jwtKeystorePassword) Password from the keystore used for JWT tokens validation.HttpManagementServerConfigurationProperties.withJwtKeystorePath(String jwtKeystorePath) Path to the keystore file used for JWT tokens validation.HttpManagementServerConfigurationProperties.withJwtKeystoreType(String jwtKeystoreType) Type of the keystore used for JWT tokens validation (jks, pkcs12, etc.).HttpManagementServerConfigurationProperties.withMetricsEnabled(boolean metricsEnabled) Whether to enable metrics.Context-path to use for embedded HTTP management serverHttpManagementServerConfigurationProperties.withPort(int port) Port to use for binding embedded HTTP management serverHttpManagementServerConfigurationProperties.withSendEnabled(boolean sendEnabled) Whether to enable sending messages to Camel via HTTP.HttpManagementServerConfigurationProperties.withUploadEnabled(boolean uploadEnabled) Whether to enable file upload via HTTP (not intended for production use).HttpManagementServerConfigurationProperties.withUploadSourceDir(String uploadSourceDir) Source directory when upload is enabled.HttpManagementServerConfigurationProperties.withUseGlobalSslContextParameters(boolean useGlobalSslContextParameters) Whether to use global SSL configuration for securing the embedded HTTP management server.Methods in org.apache.camel.main with parameters of type HttpManagementServerConfigurationPropertiesModifier and TypeMethodDescriptionorg.apache.camel.ServiceMainHttpServerFactory.newHttpManagementServer(org.apache.camel.CamelContext camelContext, HttpManagementServerConfigurationProperties configuration) Creates the embedded HTTP management server