Package org.springframework.security.core.userdetails

The standard interfaces for implementing user data DAOs.

See: Description

Package org.springframework.security.core.userdetails Description

The standard interfaces for implementing user data DAOs.

Can be the traditional UserDetailsService which uses a unique username to identify the user or, for more complex requirements, the AuthenticationUserDetailsService.