Class MessageMatcherFactoryBean

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

@Deprecated public final class MessageMatcherFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.security.messaging.util.matcher.MessageMatcher<?>>, org.springframework.context.ApplicationContextAware
Deprecated.
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    MessageMatcherFactoryBean(String path, org.springframework.messaging.simp.SimpMessageType method)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.messaging.util.matcher.MessageMatcher<?>
    Deprecated.
     
    Deprecated.
     
    void
    setApplicationContext(org.springframework.context.ApplicationContext context)
    Deprecated.
     
    void
    setPathMatcher(org.springframework.util.PathMatcher pathMatcher)
    Deprecated.
     

    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

    • MessageMatcherFactoryBean

      public MessageMatcherFactoryBean(String path)
      Deprecated.
    • MessageMatcherFactoryBean

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

    • getObject

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

      public Class<?> getObjectType()
      Deprecated.
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.security.messaging.util.matcher.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