Class RolesAllowedInterceptor

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

@Interceptor @RolesAllowed("") @Priority(150) public class RolesAllowedInterceptor 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

    • RolesAllowedInterceptor

      public RolesAllowedInterceptor()
  • Method Details