Class MessageMatcherFactoryBean

java.lang.Object
org.springframework.security.config.http.MessageMatcherFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>, org.springframework.context.ApplicationContextAware

@Deprecated public final class MessageMatcherFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>, org.springframework.context.ApplicationContextAware
Deprecated.
  • Constructor Details

    • MessageMatcherFactoryBean

      public MessageMatcherFactoryBean(String path)
      Deprecated.
    • MessageMatcherFactoryBean

      public MessageMatcherFactoryBean(String path, org.springframework.messaging.simp.SimpMessageType method)
      Deprecated.
  • Method Details

    • getObject

      public MessageMatcher<?> getObject() throws Exception
      Deprecated.
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Deprecated.
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
    • setPathMatcher

      public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher)
      Deprecated.
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
      Deprecated.
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException