Package io.quarkus.vertx.http.deployment
Class ManagementInterfaceSecurityProcessor
java.lang.Object
io.quarkus.vertx.http.deployment.ManagementInterfaceSecurityProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidcreateManagementAuthMechHandler(ManagementSecurityRecorder recorder, io.quarkus.deployment.Capabilities capabilities, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthMechHandlerProducer) (package private) io.quarkus.arc.deployment.SyntheticBeanBuildIteminitBasicAuth(ManagementSecurityRecorder recorder, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig) (package private) voidinitializeAuthMechanismHandler(Optional<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthenticationHandler, ManagementSecurityRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem containerBuildItem) (package private) voidsetupAuthenticationMechanisms(ManagementSecurityRecorder recorder, io.quarkus.deployment.annotations.BuildProducer<ManagementInterfaceFilterBuildItem> filterBuildItemBuildProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> beanProducer, Optional<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthenticationHandlerBuildItem)
-
Constructor Details
-
ManagementInterfaceSecurityProcessor
public ManagementInterfaceSecurityProcessor()
-
-
Method Details
-
initBasicAuth
io.quarkus.arc.deployment.SyntheticBeanBuildItem initBasicAuth(ManagementSecurityRecorder recorder, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig) -
setupAuthenticationMechanisms
void setupAuthenticationMechanisms(ManagementSecurityRecorder recorder, io.quarkus.deployment.annotations.BuildProducer<ManagementInterfaceFilterBuildItem> filterBuildItemBuildProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.AdditionalBeanBuildItem> beanProducer, Optional<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthenticationHandlerBuildItem) -
createManagementAuthMechHandler
void createManagementAuthMechHandler(ManagementSecurityRecorder recorder, io.quarkus.deployment.Capabilities capabilities, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthMechHandlerProducer) -
initializeAuthMechanismHandler
void initializeAuthMechanismHandler(Optional<ManagementInterfaceSecurityProcessor.ManagementAuthenticationHandlerBuildItem> managementAuthenticationHandler, ManagementSecurityRecorder recorder, io.quarkus.arc.deployment.BeanContainerBuildItem containerBuildItem)
-