gpt4 book ai didi

java - 如何检索用户在soap wsdl Java Webservice中传递的凭据

转载 作者:行者123 更新时间:2023-11-30 07:03:13 26 4
gpt4 key购买 nike

我正在使用以下方式发送我的凭据:

Authenticator.setDefault(new Authenticator() {
@Override
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication("username", "password".toCharArray());
}
});

我现在的问题是如何在 Soap Webservice Java 中检索此凭据?

最佳答案

找到解决方案

ArrayList<String> authList = (ArrayList<String>) http_headers.get("Authorization");

它返回 Base64 格式的凭据。

关于java - 如何检索用户在soap wsdl Java Webservice中传递的凭据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40541667/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com