2020-09-22 12:20发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)您好, 我们需要在内容修改器/... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
您好,
我们需要在内容修改器/脚本中调用安全参数。 是否可以在SAP HCI/Cloud Platform Integration中实现??
感谢Deva。
我已使用以下脚本获取安全参数:
导入com.sap.it.api.ITApiFactory; 导入com.sap.it.api.securestore.SecureStoreService; 导入com.sap.it.api.securestore.UserCredential; def消息processData(消息消息){def service = ITApiFactory.getApi(SecureStoreService.class,null); def凭证= service.getUserCredential(" BS_Password"); 如果(凭据== null){抛出新的IllegalStateException("找不到别名'BS_Password'的凭据""); }//String user = credential.getUsername(); 字符串密码=新字符串(credential.getPassword());
此致
克里希纳
最多设置5个标签!
感谢Deva。
我已使用以下脚本获取安全参数:
导入com.sap.it.api.ITApiFactory; 导入com.sap.it.api.securestore.SecureStoreService; 导入com.sap.it.api.securestore.UserCredential; def消息processData(消息消息){def service = ITApiFactory.getApi(SecureStoreService.class,null); def凭证= service.getUserCredential(" BS_Password"); 如果(凭据== null){抛出新的IllegalStateException("找不到别名'BS_Password'的凭据""); }//String user = credential.getUsername(); 字符串密码=新字符串(credential.getPassword());
此致
克里希纳
一周热门 更多>