クラス JmsDestinationDescriptor
java.lang.ObjectSE
org.springframework.ws.transport.jms.JmsDestinationDescriptor
- 実装済みのインターフェース一覧:
WebServiceMessageSender.DestinationDescriptor
public final class JmsDestinationDescriptor
extends ObjectSE
implements WebServiceMessageSender.DestinationDescriptor
JMS 宛先向けの
WebServiceMessageSender.DestinationDescriptor 実装。- 導入:
- 3.1.9
方法の概要
修飾子と型メソッド説明boolean宛先名または replyTo 名のいずれかに疑わしい点がないか確認してください。つまり、これらの名前のいずれかに、RCE 攻撃につながる可能性のある既知のプロトコルが含まれていないか確認してください。@Nullable StringSE宛先の名前を返します。static JmsDestinationDescriptorof(URISE uri, WebServiceMessageSender.UriSource uriSource) 指定された URI と URI ソースからインスタンスを作成します。@Nullable StringSEReturn the name of the replyTo.uri()URI を返します。URI の発信元を返します。
方法の詳細
of
指定された URI と URI ソースからインスタンスを作成します。- パラメーター:
uri- URIuriSource- URI ソース- 戻り値:
- 記述子
uri
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuri - 戻り値:
- URI
uriSource
インターフェースからコピーされた説明:WebServiceMessageSender.DestinationDescriptorURI の発信元を返します。- 次で指定:
- インターフェース
WebServiceMessageSender.DestinationDescriptor内のuriSource - 戻り値:
- URI のソース
destinationName
replyToName
containsSuspiciousJmsNameIndirection
public boolean containsSuspiciousJmsNameIndirection()宛先名または replyTo 名のいずれかに疑わしい点がないか確認してください。つまり、これらの名前のいずれかに、RCE 攻撃につながる可能性のある既知のプロトコルが含まれていないか確認してください。- 戻り値:
trueif any of the destination or replyTo names is suspicious,falseotherwise