Uses of Interface
io.quarkus.vertx.http.runtime.VertxHttpConfig
Packages that use VertxHttpConfig
Package
Description
-
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type VertxHttpConfigModifier and TypeFieldDescription(package private) final RuntimeValue<VertxHttpConfig>StaticResourcesRecorder.httpConfig(package private) final RuntimeValue<VertxHttpConfig>VertxHttpRecorder.httpConfigConstructor parameters in io.quarkus.vertx.http.runtime with type arguments of type VertxHttpConfigModifierConstructorDescriptionGeneratedStaticResourcesRecorder(RuntimeValue<VertxHttpConfig> httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig) StaticResourcesRecorder(RuntimeValue<VertxHttpConfig> httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig) VertxHttpRecorder(VertxHttpBuildTimeConfig httpBuildTimeConfig, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, RuntimeValue<VertxHttpConfig> httpConfig, RuntimeValue<ManagementConfig> managementConfig) -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.cors
Fields in io.quarkus.vertx.http.runtime.cors declared as VertxHttpConfigConstructors in io.quarkus.vertx.http.runtime.cors with parameters of type VertxHttpConfig -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type VertxHttpConfigModifier and TypeMethodDescriptionstatic voidHttpServerOptionsUtils.applyCommonOptions(io.vertx.core.http.HttpServerOptions httpServerOptions, VertxHttpBuildTimeConfig httpBuildTimeConfig, VertxHttpConfig httpConfig, List<String> websocketSubProtocols) static io.vertx.core.http.HttpServerOptionsHttpServerOptionsUtils.createSslOptions(VertxHttpBuildTimeConfig httpBuildTimeConfig, VertxHttpConfig httpConfig, LaunchMode launchMode, List<String> websocketSubProtocols, TlsConfigurationRegistry registry) Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabled -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security with parameters of type VertxHttpConfigModifier and TypeMethodDescriptionHttpSecurityRecorder.basicAuthenticationMechanismBean(VertxHttpConfig httpConfig, boolean formAuthEnabled) voidHttpSecurityRecorder.initializeHttpAuthenticatorHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue, VertxHttpConfig httpConfig, io.quarkus.arc.runtime.BeanContainer beanContainer) voidHttpSecurityRecorder.setMtlsCertificateRoleProperties(VertxHttpConfig httpConfig) Constructors in io.quarkus.vertx.http.runtime.security with parameters of type VertxHttpConfigModifierConstructorDescription(package private)BasicAuthenticationMechanism(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig vertxHttpBuildTimeConfig) (package private)FormAuthenticationMechanism(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, jakarta.enterprise.event.Event<FormAuthenticationEvent> formAuthEvent, jakarta.enterprise.inject.spi.BeanManager beanManager, boolean securityEventsEnabled) (package private)HttpAuthenticator(io.quarkus.security.identity.IdentityProviderManager identityProviderManager, jakarta.enterprise.event.Event<AuthenticationFailureEvent> authFailureEvent, jakarta.enterprise.event.Event<AuthenticationSuccessEvent> authSuccessEvent, jakarta.enterprise.inject.spi.BeanManager beanManager, VertxHttpBuildTimeConfig httpBuildTimeConfig, VertxHttpConfig httpConfig, jakarta.enterprise.inject.Instance<HttpAuthenticationMechanism> httpAuthenticationMechanism, jakarta.enterprise.inject.Instance<io.quarkus.security.identity.IdentityProvider<?>> providers, boolean securityEventsEnabled) (package private)JaxRsPathMatchingHttpSecurityPolicy(AuthorizationPolicyStorage storage, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies, VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, BlockingSecurityExecutor blockingSecurityExecutor) (package private)PathMatchingHttpSecurityPolicy(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies)