Class EagerSecurityHandler
java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler
- 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 EagerSecurityHandler
extends Object
implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext) (package private) static io.quarkus.security.spi.runtime.MethodDescriptionlazyMethodToMethodDescription(org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod)
-
Constructor Details
-
EagerSecurityHandler
public EagerSecurityHandler(boolean isProactiveAuthDisabled)
-
-
Method Details
-
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
-
lazyMethodToMethodDescription
static io.quarkus.security.spi.runtime.MethodDescription lazyMethodToMethodDescription(org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod)
-