不使用 Spring Security 身份验证?

发布于 2024-12-04 04:10:40 字数 550 浏览 0 评论 0原文

Spring Security 3 参考资料说:

5.3 身份验证

Spring Security可以参与多种不同的身份验证 环境。虽然我们建议人们使用 Spring Security 身份验证,不与现有容器管理集成 身份验证,但它仍然受支持 - 与集成一样 您自己的专有身份验证系统。

根据该文本,我无法理解如何保证安全。有人能给我解释一下吗?

链接: http://static.springsource.org/spring-security/site/docs/3.0.x/reference/technical-overview.html#tech-intro-authentication

Spring Security 3 reference says that:

5.3 Authentication

Spring Security can participate in many different authentication
environments. While we recommend people use Spring Security for
authentication and not integrate with existing Container Managed
Authentication, it is nevertheless supported - as is integrating with
your own proprietary authentication system.

I couldn't understand what to do for security according to that text. Can anybody explain me?

LINK: http://static.springsource.org/spring-security/site/docs/3.0.x/reference/technical-overview.html#tech-intro-authentication

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恍梦境° 2024-12-11 04:10:40

我的解读:

Spring Security可以参与多种不同的身份验证
环境。

它支持不同的外部身份验证系统,例如 Microsoft Active Directory、单点登录系统等。

虽然我们建议人们使用 Spring Security 进行身份验证,而不是与现有的容器管理身份验证集成,[...]

不建议激活容器管理的安全模块,例如 Tomcat 身份验证功能(J2EE 安全)。

[...]它仍然受到支持[...]

正如所定义的 - 它是受支持的。

[...] - 与您自己的专有身份验证系统集成一样。

我想这引用了#1,它们也支持专有的身份验证系统,例如本土系统。

My interpretation:

Spring Security can participate in many different authentication
environments.

It supports different, external authentication systems like Microsoft Active Directory, Single-sign-on systems, etc.

While we recommend people use Spring Security for authentication and not integrate with existing Container Managed Authentication,[...]

It is not recommended to activate container managed security modules, like Tomcat authentication function (J2EE security).

[...] it is nevertheless supported[...]

as defined - it is supported.

[...] - as is integrating with your own proprietary authentication system.

I suppose this references back to quote #1, they support proprietary authentication systems as well, e.g. home-grown systems.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文