Class EagerSecurityHandler.Customizer

    • Constructor Detail

      • Customizer

        public Customizer()
    • Method Detail

      • newInstance

        public static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer newInstance​(boolean isProactiveAuthEnabled)
      • isProactiveAuthDisabled

        protected abstract boolean isProactiveAuthDisabled()
      • 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