Class AbstractMessageMatcherComposite<T>
java.lang.Object
org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T>
- All Implemented Interfaces:
MessageMatcher<T>
- Direct Known Subclasses:
AndMessageMatcher
,OrMessageMatcher
public abstract class AbstractMessageMatcherComposite<T>
extends Object
implements MessageMatcher<T>
Abstract
MessageMatcher
containing multiple MessageMatcher
- Since:
- 4.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.apache.commons.logging.Log
protected final org.apache.commons.logging.Log
Deprecated.Fields inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcher
ANY_MESSAGE
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcher
matches
logger