Class HttpSecurityRecorder.AbstractAuthenticationHandler

    • Field Detail

      • patchMatchingPolicyEnabled

        volatile Boolean patchMatchingPolicyEnabled
      • proactiveAuthentication

        final boolean proactiveAuthentication
    • Constructor Detail

      • AbstractAuthenticationHandler

        public AbstractAuthenticationHandler​(boolean proactiveAuthentication)
    • Method Detail

      • handle

        public void handle​(io.vertx.ext.web.RoutingContext event)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
      • setPathMatchingPolicy

        protected abstract void setPathMatchingPolicy​(io.vertx.ext.web.RoutingContext event)
      • httpPermissionsEmpty

        protected abstract boolean httpPermissionsEmpty()