Class AbstractConfigAttributeRequestMatcherRegistry<C>

    • Constructor Detail

      • AbstractConfigAttributeRequestMatcherRegistry

        public AbstractConfigAttributeRequestMatcherRegistry()
    • Method Detail

      • chainRequestMatchers

        protected final C chainRequestMatchers​(java.util.List<org.springframework.security.web.util.matcher.RequestMatcher> requestMatchers)
        Marks the RequestMatcher's as unmapped and then calls chainRequestMatchersInternal(List).
        Specified by:
        chainRequestMatchers in class AbstractRequestMatcherRegistry<C>
        Parameters:
        requestMatchers - the RequestMatcher instances that were created
        Returns:
        the chained Object for the subclass which allows association of something else to the RequestMatcher
      • chainRequestMatchersInternal

        protected abstract C chainRequestMatchersInternal​(java.util.List<org.springframework.security.web.util.matcher.RequestMatcher> requestMatchers)
        Subclasses should implement this method for returning the object that is chained to the creation of the RequestMatcher instances.
        Parameters:
        requestMatchers - the RequestMatcher instances that were created
        Returns:
        the chained Object for the subclass which allows association of something else to the RequestMatcher