Package io.quarkus.resteasy.runtime
Class PreventRepeatedSecurityChecksInterceptor
- java.lang.Object
-
- io.quarkus.resteasy.runtime.PreventRepeatedSecurityChecksInterceptor
-
@Interceptor @RolesAllowed("") @PermissionsAllowed("") @PermitAll @Priority(0) public class PreventRepeatedSecurityChecksInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.quarkus.security.spi.runtime.AuthorizationControllercontroller(package private) io.vertx.ext.web.RoutingContextroutingContext
-
Constructor Summary
Constructors Constructor Description PreventRepeatedSecurityChecksInterceptor()
-