Class EagerSecurityHandler.Customizer

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
All Implemented Interfaces:
org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
Direct Known Subclasses:
EagerSecurityHandler.Customizer.HttpPermissionsAndSecurityChecksCustomizer, EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizer
Enclosing class:
EagerSecurityHandler

public abstract static class EagerSecurityHandler.Customizer extends Object implements org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
  • Nested Class Summary

    Nested Classes

    Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer

    org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.jboss.resteasy.reactive.server.spi.ServerRestHandler>
    handlers(org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase phase, org.jboss.resteasy.reactive.common.model.ResourceClass resourceClass, org.jboss.resteasy.reactive.server.model.ServerResourceMethod serverResourceMethod)
     
    static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
    newInstance(boolean onlyCheckForHttpPermissions)
     
    protected abstract boolean
     

    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.model.HandlerChainCustomizer

    alternateInvocationHandler, alternateInvoker, streamingResponseCustomizer, successfulInvocationResponseBuilderCustomizer
  • Constructor Details

    • Customizer

      public Customizer()
  • Method Details

    • newInstance

      public static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer newInstance(boolean onlyCheckForHttpPermissions)
    • handlers

      public List<org.jboss.resteasy.reactive.server.spi.ServerRestHandler> handlers(org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase phase, org.jboss.resteasy.reactive.common.model.ResourceClass resourceClass, org.jboss.resteasy.reactive.server.model.ServerResourceMethod serverResourceMethod)
      Specified by:
      handlers in interface org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
    • onlyCheckForHttpPermissions

      protected abstract boolean onlyCheckForHttpPermissions()