Class MessageMatcherFactory

java.lang.Object
org.springframework.security.messaging.util.matcher.MessageMatcherFactory

@Deprecated(forRemoval=true) public final class MessageMatcherFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This utility exists only to facilitate applications opting into using path patterns in the Message Security DSL. It is for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    static MessageMatcher<?>
    matcher(String destination)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    matcher(org.springframework.messaging.simp.SimpMessageType type, String destination)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    setApplicationContext(org.springframework.context.ApplicationContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • setApplicationContext

      public static void setApplicationContext(org.springframework.context.ApplicationContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • usesPathPatterns

      public static boolean usesPathPatterns()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • matcher

      public static MessageMatcher<?> matcher(String destination)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • matcher

      public static MessageMatcher<Object> matcher(org.springframework.messaging.simp.SimpMessageType type, String destination)
      Deprecated, for removal: This API element is subject to removal in a future version.