Class StandardSecurityCheckInterceptor.PermitAllInterceptor

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.PermitAllInterceptor
Enclosing class:
StandardSecurityCheckInterceptor

@Interceptor @PermitAll @Priority(900) public static final class StandardSecurityCheckInterceptor.PermitAllInterceptor extends StandardSecurityCheckInterceptor
Prevent the SecurityHandler from performing PermitAll security checks
  • Constructor Details

    • PermitAllInterceptor

      public PermitAllInterceptor()