gpt4 book ai didi

spring security AuthenticationManager vs AuthenticationProvider?

转载 作者:IT老高 更新时间:2023-10-28 13:02:47 26 4
gpt4 key购买 nike

谁能告诉我 Spring Security 中 AuthenticationManagerAuthenticationProvider 之间的区别?

如何使用它们以及如何调用它们。我的理解是 SecurityFilter 将调用 AuthenticationManager 来验证 Authentication 对象?但是AuthenticationProvider在哪里发挥作用呢?

谢谢!

最佳答案

我认为 AuthenticationManager 将持久用户信息的获取委托(delegate)给一个或多个 AuthenticationProvider。身份验证提供程序(例如,DaoAuthenticationProvider、JaasAuthenticationProvider、LdapAuthenticationProvider、OpenIDAuthenticationProvider)专门访问特定的用户信息存储库。this part 中提到了其他内容的引用手册。它说:

您可能希望向 ProviderManager 注册其他 AuthenticationProvider bean,您可以使用具有 ref 属性的元素来执行此操作,其中属性的值是您要添加的提供程序 bean 的名称。

换句话说,您可以指定多个 AuthenticationProvider,例如一个在 LDAP 数据库中查找用户,另一个在 SQL 数据库中查找。

关于spring security AuthenticationManager vs AuthenticationProvider?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2323377/

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