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.AuthZPolicyCustomizer, 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
  • Constructor Details

    • Customizer

      public Customizer()
  • Method Details

    • newInstanceWithAuthorizationPolicy

      public static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer newInstanceWithAuthorizationPolicy()
    • 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()
    • applyAuthorizationPolicy

      protected abstract boolean applyAuthorizationPolicy()