@Service
public class UsuarioServiceImpl
extends java.lang.Object
implements org.springframework.security.core.userdetails.UserDetailsService
| Modifier and Type | Field and Description |
|---|---|
(package private) UsuarioService |
usuarioService |
| Constructor and Description |
|---|
UsuarioServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(java.lang.String username) |
@Autowired UsuarioService usuarioService
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(java.lang.String username)
throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundException