Class PathPatternMessageMatcherBuilderFactoryBean

java.lang.Object
org.springframework.security.config.web.messaging.PathPatternMessageMatcherBuilderFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>

public final class PathPatternMessageMatcherBuilderFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>
Use this factory bean to configure the PathPatternMessageMatcher.Builder bean used to create request matchers in MessageMatcherDelegatingAuthorizationManager and other parts of the DSL.
Since:
6.5
  • Constructor Details

    • PathPatternMessageMatcherBuilderFactoryBean

      public PathPatternMessageMatcherBuilderFactoryBean()
      Create PathPatternMessageMatchers using PathPatternParser.defaultInstance
    • PathPatternMessageMatcherBuilderFactoryBean

      public PathPatternMessageMatcherBuilderFactoryBean(org.springframework.web.util.pattern.PathPatternParser parser)
      Create PathPatternMessageMatchers using the given PathPatternParser
      Parameters:
      parser - the PathPatternParser to use
  • Method Details