Class PreventRepeatedSecurityChecksInterceptor


  • @Interceptor
    @RolesAllowed("")
    @PermissionsAllowed("")
    @PermitAll
    @Priority(0)
    public class PreventRepeatedSecurityChecksInterceptor
    extends Object
    • Field Detail

      • controller

        @Inject
        io.quarkus.security.spi.runtime.AuthorizationController controller
      • routingContext

        @Inject
        io.vertx.ext.web.RoutingContext routingContext
    • Constructor Detail

      • PreventRepeatedSecurityChecksInterceptor

        public PreventRepeatedSecurityChecksInterceptor()
    • Method Detail