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 Summary

    Constructors
    Constructor
    Description
    SecurityCheckWithMethodArgsHandler(io.quarkus.security.spi.runtime.SecurityCheck securityCheck, io.quarkus.security.spi.runtime.MethodDescription invokedMethodDesc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext requestContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler

    isCancellable
  • 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