Class FilterBindingsProvider

  • All Implemented Interfaces:
    com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.server.jetty.FilterBindings>

    public class FilterBindingsProvider
    extends Object
    implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.server.jetty.FilterBindings>
    Provides filter bindings based on vespa config.
    Author:
    Oyvind Bakksjo, bjorncs
    • Constructor Detail

      • FilterBindingsProvider

        @Inject
        public FilterBindingsProvider​(com.yahoo.component.ComponentId componentId,
                                      com.yahoo.jdisc.http.ServerConfig config,
                                      com.yahoo.container.http.filter.FilterChainRepository filterChainRepository,
                                      com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.SecurityRequestFilter> legacyRequestFilters)
    • Method Detail

      • get

        public com.yahoo.jdisc.http.server.jetty.FilterBindings get()
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.server.jetty.FilterBindings>
      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.component.Deconstructable