Package org.springframework.security.messaging.util.matcher
package org.springframework.security.messaging.util.matcher
-
ClassDescriptionAbstract
MessageMatcher
containing multipleMessageMatcher
MessageMatcher
that will return true if all of the passed inMessageMatcher
instances match.API for determining if aMessage
should be matched on.The result of matching against aMessage
contains the status, true or false, of the match and if present, any variables extracted from the matchDeprecated, for removal: This API element is subject to removal in a future version.MessageMatcher
that will return true if any of the passed inMessageMatcher
instances match.MatchMessage
s based on the message destination pattern using aPathPattern
.A builder for specifying various elements of a message for the purpose of creating aPathPatternMessageMatcher
.Deprecated.AMessageMatcher
that matches if the providedMessage
has a type that is the same as theSimpMessageType
that was specified in the constructor.
PathPatternMessageMatcher