mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Typo
This commit is contained in:
parent
6409f140e0
commit
5e3204a5cb
@ -199,8 +199,8 @@ org.springframework.security.AccessDeniedException: Access is denied
|
|||||||
<p>
|
<p>
|
||||||
You will also need to customize the actual authentication process. If you are using a custom authentication token class, for example, you will have to write an
|
You will also need to customize the actual authentication process. If you are using a custom authentication token class, for example, you will have to write an
|
||||||
<i>AuthenticationProvider</i> to handle it (or extend the standard <i>DaoAuthenticationProvider</i>).
|
<i>AuthenticationProvider</i> to handle it (or extend the standard <i>DaoAuthenticationProvider</i>).
|
||||||
If you have concatenated the fields, you can implement your own <i>UserDetailsService</i> which splits them up and loads the appropriated user data to use
|
If you have concatenated the fields, you can implement your own <i>UserDetailsService</i> which splits them up and loads the appropriate user data for
|
||||||
for authentication.
|
authentication.
|
||||||
</p>
|
</p>
|
||||||
</answer>
|
</answer>
|
||||||
</faq>
|
</faq>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user