mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Typo
This commit is contained in:
parent
6409f140e0
commit
5e3204a5cb
@ -199,8 +199,8 @@ org.springframework.security.AccessDeniedException: Access is denied
|
||||
<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
|
||||
<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
|
||||
for authentication.
|
||||
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
|
||||
authentication.
|
||||
</p>
|
||||
</answer>
|
||||
</faq>
|
||||
|
Loading…
x
Reference in New Issue
Block a user