| Interfaces | |
|---|---|
| UserDetails | Provides core user information. |
| UserDetailsService | Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider . |
| Classes | |
|---|---|
| User | Models core user information retieved by an UserDetailsService . |
| Exceptions | |
|---|---|
| UsernameNotFoundException | Thrown if an UserDetailsService implementation cannot locate a User by its username. |