gluu
org
xdi
oxauth
model
uma
JsonLogicNodeParser
静的公開メンバ関数
|
非公開メンバ関数
|
全メンバ一覧
org.xdi.oxauth.model.uma.JsonLogicNodeParser クラス
org.xdi.oxauth.model.uma.JsonLogicNodeParser 連携図
静的公開メンバ関数
static
JsonLogicNode
parseNode
(String json)
static boolean
isNodeValid
(String json)
非公開メンバ関数
JsonLogicNodeParser
()
詳解
著者
yuriyz
構築子と解体子
◆
JsonLogicNodeParser()
org.xdi.oxauth.model.uma.JsonLogicNodeParser.JsonLogicNodeParser
(
)
inline
private
10
{
11
}
関数詳解
◆
isNodeValid()
static boolean org.xdi.oxauth.model.uma.JsonLogicNodeParser.isNodeValid
(
String
json
)
inline
static
21
{
22
JsonLogicNode node =
parseNode
(json);
23
return
node != null && node.isValid();
24
}
org.xdi.oxauth.model.uma.JsonLogicNodeParser.parseNode
static JsonLogicNode parseNode(String json)
Definition:
JsonLogicNodeParser.java:13
◆
parseNode()
static
JsonLogicNode
org.xdi.oxauth.model.uma.JsonLogicNodeParser.parseNode
(
String
json
)
inline
static
13
{
14
try
{
15
return
Util.createJsonMapper().readValue(json, JsonLogicNode.class);
16
}
catch
(Exception e) {
17
return
null;
18
}
19
}
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/uma/
JsonLogicNodeParser.java
2018年09月30日(日) 14時46分17秒作成 - gluu / 構成:
1.8.13