有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

将以下curl命令转换为等效的java代码

我正在尝试使用centrifyapi

以下curl命令可以正常工作

curl -H "X-CENTRIFY-NATIVE-CLIENT:1" -H "Content-type: application/json" -d     "{User: '*****,Version: '1.0', TenantId: ''  }"     'https://****.cellwe.samsungknox.com/Security/StartAuthentication' --dump-header     headers.txt

curl -H "X-CENTRIFY-NATIVE-CLIENT:1" -H "Content-type: application/json" -d "{TenantId: '***', SessionId: 'qyrOp_Dvg-btRLQRtjzS2n1AeE2s3tpDh1V68A3TM8Y1', MechanismId: 'tKrhMSCSkUCGzPj2C1aTg1fFrWc75XY-BOhuu63qa9k1',Action: 'Answer', Answer: '****'}"  'https://****.cellwe.samsungknox.com/security/AdvanceAuthentication' --dump-header headers.txt

curl -H "X-CENTRIFY-NATIVE-CLIENT:1" -H "Content-type: application/json" -d "{UUID:'*****'}"  -b headers.txt 'https://****.cellwe.samsungknox.com/UserMgmt/GetUserInfo'

我无法编写等效的java代码,因为有些cookie不是通过请求传输的

请参考以下API指南以及中的示例程序。网

API指南 http://developer.centrify.com/site/global/documentation/api_guide/using_the_api/index.gsp

示例程序 http://community.centrify.com/t5/TechBlog/Customized-Integration-of-Centrify-User-Suite-All-About-REST/ba-p/18769


共 (0) 个答案