Class HttpSecurityRecorder


  • public class HttpSecurityRecorder
    extends Object
    • Constructor Detail

      • HttpSecurityRecorder

        public HttpSecurityRecorder()
    • 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()
      • 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.