public interface UserDetailsProvider
| Modifier and Type | Method and Description |
|---|---|
Optional<UserDetails> |
findUserDetailsByUsername(String username)
Retrieve from a unknow datasource (mostly a database connection) the user
account details
|
Optional<UserDetails> findUserDetailsByUsername(String username)
username - the username to search for the UserDetailsOptional with the detailsCopyright © 2018 Arthur Gregorio. All rights reserved.