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.MessageMatcher
that will return true if any of the passed inMessageMatcher
instances match.MessageMatcher which compares a pre-defined pattern against the destination of aMessage
.AMessageMatcher
that matches if the providedMessage
has a type that is the same as theSimpMessageType
that was specified in the constructor.