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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
PathPatternMessageMatcherBuilderFactoryBean
public PathPatternMessageMatcherBuilderFactoryBean()
-
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<PathPatternMessageMatcher.Builder>
-