Interface | Description |
---|---|
UserDetails |
Provides core user information.
|
UserDetailsChecker | |
UserDetailsService |
Defines an interface for implementations that wish to provide data access
services to the
DaoAuthenticationProvider . |
Class | Description |
---|---|
User |
Models core user information retieved by an
UserDetailsService . |
Exception | Description |
---|---|
UsernameNotFoundException |
Thrown if an
UserDetailsService implementation cannot locate a User by its username. |
Copyright © 2016. All rights reserved.