mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Merge branch '6.1.x' into 6.2.x
This commit is contained in:
commit
428a3a2703
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2013 the original author or authors.
|
* Copyright 2002-2023 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -149,7 +149,7 @@ public class AuthenticationManagerBuilder
|
|||||||
* {@link #getDefaultUserDetailsService()} method. Note that additional
|
* {@link #getDefaultUserDetailsService()} method. Note that additional
|
||||||
* {@link UserDetailsService}'s may override this {@link UserDetailsService} as the
|
* {@link UserDetailsService}'s may override this {@link UserDetailsService} as the
|
||||||
* default. See the <a href=
|
* default. See the <a href=
|
||||||
* "https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#user-schema"
|
* "https://docs.spring.io/spring-security/reference/servlet/appendix/database-schema.html"
|
||||||
* >User Schema</a> section of the reference for the default schema.
|
* >User Schema</a> section of the reference for the default schema.
|
||||||
* </p>
|
* </p>
|
||||||
* @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the
|
* @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user