Class SecurityCheckWithMethodArgsHandler

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.security.SecurityCheckWithMethodArgsHandler
All Implemented Interfaces:
org.jboss.resteasy.reactive.server.spi.ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>

final class SecurityCheckWithMethodArgsHandler extends Object implements org.jboss.resteasy.reactive.server.spi.ServerRestHandler
Runs SecurityCheck for endpoint methods when SecurityCheck.requiresMethodArguments() is true.
  • Constructor Details

    • SecurityCheckWithMethodArgsHandler

      SecurityCheckWithMethodArgsHandler(io.quarkus.security.spi.runtime.SecurityCheck securityCheck, io.quarkus.security.spi.runtime.MethodDescription invokedMethodDesc)
  • Method Details

    • handle

      public void handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
      Specified by:
      handle in interface org.jboss.resteasy.reactive.spi.RestHandler<org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext>
      Specified by:
      handle in interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler