Class DenyAllInterceptor

java.lang.Object
io.quarkus.security.runtime.interceptor.DenyAllInterceptor

@Interceptor @DenyAll @Priority(150) public class DenyAllInterceptor extends Object
Author:
Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
  • Field Details

    • handler

      @Inject SecurityHandler handler
    • controller

      @Inject io.quarkus.security.spi.runtime.AuthorizationController controller
  • Constructor Details

    • DenyAllInterceptor

      public DenyAllInterceptor()
  • Method Details