gpt4 book ai didi

java - 如何在 Spring Rest 服务中检索基本身份验证参数

转载 作者:行者123 更新时间:2023-12-01 05:04:54 25 4
gpt4 key购买 nike

我在我的项目中使用 Spring Rest 服务。现在我想对其余服务实现基本身份验证。我能够进行基本身份验证,但我需要基本身份验证参数中的用户名。我无法从请求中提取基本身份验证参数。

示例网址:

http://testusername:testpasword@localhost:7001/sampleApp/rest/test.json

验证上述网址后,我的服务类中需要 testusername。

我正在使用 apache LDAP 进行身份验证。所以在我的应用程序中我不会使用 spring security。但我的服务类中需要基本的身份验证参数。

我的 Rest 类 api:

@RequestMapping(value="/test", method = {RequestMethod.POST,RequestMethod.GET},
headers="Accept=application/xml, application/json")
public String getData() (String userId,HttpServletRequest request) {

return "test";
}

有人可以帮我吗?

最佳答案

关于java - 如何在 Spring Rest 服务中检索基本身份验证参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12854372/

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