Class FilterChainRepository

  • All Implemented Interfaces:
    com.yahoo.component.Component, com.yahoo.component.Deconstructable, Comparable<com.yahoo.component.Component>

    public class FilterChainRepository
    extends com.yahoo.component.AbstractComponent
    Creates JDisc request/response filter chains.
    Author:
    Tony Vaagenes, bjorncs
    • Constructor Detail

      • FilterChainRepository

        public FilterChainRepository​(ChainsConfig chainsConfig,
                                     com.yahoo.component.provider.ComponentRegistry<RequestFilter> requestFilters,
                                     com.yahoo.component.provider.ComponentRegistry<ResponseFilter> responseFilters,
                                     com.yahoo.component.provider.ComponentRegistry<SecurityRequestFilter> securityRequestFilters,
                                     com.yahoo.component.provider.ComponentRegistry<SecurityResponseFilter> securityResponseFilters)
    • Method Detail

      • getFilter

        public Object getFilter​(com.yahoo.component.ComponentSpecification componentSpecification)