Class FilterBindingsProvider

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

    public class FilterBindingsProvider
    extends java.lang.Object
    implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.server.FilterBindings>
    Provides filter bindings based on vespa config.
    Author:
    bakksjo
    • Constructor Summary

      Constructors 
      Constructor Description
      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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      com.yahoo.jdisc.http.server.FilterBindings get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterBindingsProvider

        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.FilterBindings get()
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.jdisc.http.server.FilterBindings>
      • deconstruct

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