Class ManagementSecurityRecorder
java.lang.Object
io.quarkus.vertx.http.runtime.management.ManagementSecurityRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>getAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidinitializeAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, ManagementConfig managementConfig, io.quarkus.arc.runtime.BeanContainer beanContainer) managementAuthenticationHandler(boolean proactiveAuthentication) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>Supplier<?>
-
Constructor Details
-
ManagementSecurityRecorder
public ManagementSecurityRecorder()
-
-
Method Details
-
managementAuthenticationHandler
public RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> managementAuthenticationHandler(boolean proactiveAuthentication) -
getAuthenticationHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> getAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) -
initializeAuthenticationHandler
public void initializeAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, ManagementConfig managementConfig, io.quarkus.arc.runtime.BeanContainer beanContainer) -
permissionCheckHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> permissionCheckHandler() -
setupBasicAuth
-