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
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsConstructorDescriptionCreatePathPatternMessageMatchers usingPathPatternParser.defaultInstancePathPatternMessageMatcherBuilderFactoryBean(org.springframework.web.util.pattern.PathPatternParser parser) CreatePathPatternMessageMatchers using the givenPathPatternParser -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
PathPatternMessageMatcherBuilderFactoryBean
public PathPatternMessageMatcherBuilderFactoryBean()CreatePathPatternMessageMatchers usingPathPatternParser.defaultInstance -
PathPatternMessageMatcherBuilderFactoryBean
public PathPatternMessageMatcherBuilderFactoryBean(org.springframework.web.util.pattern.PathPatternParser parser) CreatePathPatternMessageMatchers using the givenPathPatternParser- Parameters:
parser- thePathPatternParserto use
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>
-