Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:java:sharepointonline:implement1 [2021/07/15 10:06] – [Main class code] banana | study:java:sharepointonline:implement1 [2021/07/16 00:04] (現在) – [Main class code] banana | ||
---|---|---|---|
行 70: | 行 70: | ||
Document _definitionDocument = (Document) _result.getNode(); | Document _definitionDocument = (Document) _result.getNode(); | ||
- | final String XPATH_EXPRESSION = "// | + | final String XPATH_EXPRESSION = "// |
Node _tokenNode = getXPathExpression(XPATH_EXPRESSION).evaluateAsNode(_definitionDocument); | Node _tokenNode = getXPathExpression(XPATH_EXPRESSION).evaluateAsNode(_definitionDocument); | ||
- | _token = nodeToXmlString(_tokenNode); | + | _token = nodeToXmlString(_tokenNode); |
if ("" | if ("" | ||
行 165: | 行 165: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | ★Point3\\ | ||
+ | SAML: | ||
+ | elementがnamespaceのものならXPathExpression生成時、namespaceを渡す必要があります。\\ | ||
+ | |||
+ | ★Point4\\ | ||
+ | 取り出したSAML: | ||
+ | そのため、ここでNodeをStringに変換しています。 | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||