クラス OrMessageMatcher<T>
java.lang.ObjectSE
org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T>
org.springframework.security.messaging.util.matcher.OrMessageMatcher<T>
- 実装されているすべてのインターフェース:
MessageMatcher<T>
渡された
MessageMatcher インスタンスのいずれかが一致した場合に true を返す MessageMatcher。- 導入:
- 4.0
ネストされたクラスの要約
インターフェース org.springframework.security.messaging.util.matcher.MessageMatcher から継承されたネストクラス / インターフェース
MessageMatcher.MatchResultフィールドのサマリー
クラス org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite から継承されたフィールド
logger, LOGGERインターフェース org.springframework.security.messaging.util.matcher.MessageMatcher から継承されたフィールド
ANY_MESSAGEコンストラクターの概要
コンストラクターコンストラクター説明OrMessageMatcher(ListSE<MessageMatcher<T>> messageMatchers) 新しいインスタンスを作成しますOrMessageMatcher(MessageMatcher<T>... messageMatchers) 新しいインスタンスを作成しますメソッドのサマリー
クラス org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite から継承されたメソッド
getMessageMatchers, toStringクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース org.springframework.security.messaging.util.matcher.MessageMatcher から継承されたメソッド
matcher
コンストラクターの詳細
OrMessageMatcher
新しいインスタンスを作成します- パラメーター:
messageMatchers- 試行するMessageMatcherインスタンス
OrMessageMatcher
新しいインスタンスを作成します- パラメーター:
messageMatchers- 試行するMessageMatcherインスタンス
メソッドの詳細
matches
インターフェースからコピーされた説明:MessageMatcherMessageが一致する場合は true、それ以外の場合は false を返します- パラメーター:
message- 一致するMessage- 戻り値:
Messageが一致する場合は true、そうでない場合は false