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 java.lang.Object implements MessageMatcher<T>
AbstractMessageMatcher
containing multipleMessageMatcher
- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
logger
protected org.apache.commons.logging.Log
LOGGER
Deprecated.since 5.4 in favor oflogger
-
Fields inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcher
ANY_MESSAGE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MessageMatcher<T>>
getMessageMatchers()
java.lang.String
toString()
-
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
-
-
-
-
Field Detail
-
logger
protected final org.apache.commons.logging.Log logger
-
LOGGER
@Deprecated protected final org.apache.commons.logging.Log LOGGER
Deprecated.since 5.4 in favor oflogger
-
-
Method Detail
-
getMessageMatchers
public java.util.List<MessageMatcher<T>> getMessageMatchers()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-