Class ManagementInterfaceSecurityRecorder
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.management.ManagementInterfaceSecurityRecorder
-
public class ManagementInterfaceSecurityRecorder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classManagementInterfaceSecurityRecorder.ManagementAuthenticationHandler
-
Constructor Summary
Constructors Constructor Description ManagementInterfaceSecurityRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>authenticationMechanismHandler(boolean proactiveAuthentication)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>permissionCheckHandler()Supplier<?>setupBasicAuth()
-
-
-
Method Detail
-
authenticationMechanismHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> authenticationMechanismHandler(boolean proactiveAuthentication)
-
permissionCheckHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> permissionCheckHandler()
-
setupBasicAuth
public Supplier<?> setupBasicAuth()
-
-