【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

通过AD作为用户认证的数据源。整个管理用户认证逻辑就在LdapAuthenticationSource类中实现。

 

LdapSettingProvider:定义LDAP的setting和提供DefautValue。主要提供配置访问AD数据库的账号信息。

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

LdapSettings/ILdapSettings:通过settingManager获取LDAP settings

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

AbpZeroLdapModuleConfig/IAbpZeroLdapModuleConfig: 提供激活Ldap认证的配置。

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

LdapAuthenticationSource:通过System.DirectoryServices.AccountManagement提供的API基于AD作为用户认证的数据源完成用户的认证

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

AbpZeroLdapModule:完成常规的依赖注入,和本地化资源的注入

【转】ABP源码分析四十六:ABP ZERO中的Ldap模块

 

返回ABP源码分析系列文章目录

上一篇:283. 移动零(java实现)


下一篇:Mysql 升级版本 程序启动报错group by,order by