Class EagerSecurityInterceptorHandler
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityInterceptorHandler
-
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.spi.ServerRestHandler,org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>
public class EagerSecurityInterceptorHandler extends Object implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
Allows security customizations at the moment when request is matched with resource method, butSecurityChecks are yet to be run. This only makes sense when proactive auth is disabled.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEagerSecurityInterceptorHandler.Customizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
-
-
-
Method Detail
-
handle
public void handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext) throws Exception- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>- Specified by:
handlein interfaceorg.jboss.resteasy.reactive.server.spi.ServerRestHandler- Throws:
Exception
-
-