| java.lang.Object | |
| ↳ | org.springframework.security.config.authentication.CachingUserDetailsService | 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Locates the user based on the username. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.core.userdetails.UserDetailsService | |||||||||||
Locates the user based on the username. In the actual implementation, the search may possibly be case
 insensitive, or case insensitive depending on how the implementation instance is configured. In this case, the
 UserDetails object that comes back may have a username that is of a different case than what was
 actually requested..
| username | the username identifying the user whose data is required. | 
|---|
null)