Class HttpSecurityRecorder


  • public class HttpSecurityRecorder
    extends Object
    • 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()
      • setupMtlsClientAuth

        public Supplier<?> setupMtlsClientAuth()
      • formAuthPostHandler

        public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> formAuthPostHandler()
        This handler resolves the identity, and will be mapped to the post location. Otherwise, for lazy auth the post will not be evaluated if there is no security rule for the post location.