Uses of Interface
io.quarkus.vertx.http.runtime.management.ManagementConfig
Packages that use ManagementConfig
Package
Description
-
Uses of ManagementConfig in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type ManagementConfigModifier and TypeFieldDescription(package private) final RuntimeValue<ManagementConfig>VertxHttpRecorder.managementConfig -
Uses of ManagementConfig in io.quarkus.vertx.http.runtime.management
Methods in io.quarkus.vertx.http.runtime.management with parameters of type ManagementConfigModifier and TypeMethodDescriptionvoidManagementSecurityRecorder.initializeAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, ManagementConfig managementConfig, io.quarkus.arc.runtime.BeanContainer beanContainer) -
Uses of ManagementConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type ManagementConfigModifier and TypeMethodDescriptionstatic voidHttpServerOptionsUtils.applyCommonOptionsForManagementInterface(io.vertx.core.http.HttpServerOptions options, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, ManagementConfig managementConfig, List<String> websocketSubProtocols) static io.vertx.core.http.HttpServerOptionsHttpServerOptionsUtils.createSslOptionsForManagementInterface(ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, ManagementConfig managementConfig, LaunchMode launchMode, List<String> websocketSubProtocols, io.quarkus.tls.TlsConfigurationRegistry registry) Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled -
Uses of ManagementConfig in io.quarkus.vertx.http.runtime.security
Constructors in io.quarkus.vertx.http.runtime.security with parameters of type ManagementConfigModifierConstructorDescription(package private)ManagementPathMatchingHttpSecurityPolicy(ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, ManagementConfig managementConfig, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies)