Class ManagementInterfaceSecurityRecorder
java.lang.Object
io.quarkus.vertx.http.runtime.management.ManagementInterfaceSecurityRecorder
-
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, ManagementInterfaceConfiguration runTimeConfig) managementAuthenticationHandler(boolean proactiveAuthentication) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>Supplier<?>
-
Constructor Details
-
ManagementInterfaceSecurityRecorder
public ManagementInterfaceSecurityRecorder()
-
-
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, ManagementInterfaceConfiguration runTimeConfig) -
permissionCheckHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> permissionCheckHandler() -
setupBasicAuth
-