![Hands-On Spring Security 5 for Reactive Applications](https://wfqqreader-1252317822.image.myqcloud.com/cover/594/36699594/b_36699594.jpg)
上QQ阅读APP看书,第一时间看更新
AuthenticationProvider
AuthenticationProvider provides a mechanism for getting user details, with which authentication can be performed. Spring Security provides a number of AuthenticationProvider implementations, as shown in the following diagram:
Figure 03: Spring Security built-in AuthenticationProvider
In subsequent chapters, we will go through each of these in detail with more code samples.