public interface UserDetailsService
extends org.springframework.security.core.userdetails.UserDetailsService
| Modifier and Type | Method and Description |
|---|---|
void |
changeUserLogin(String newLogin,
String oldLogin)
Changes the user login (for authentication) from oldLogin to newLogin
|
List<org.springframework.security.core.GrantedAuthority> |
loadAuthoritiesByUsername(String username)
Loads authorities as the
UserDetailsService.loadUserByUsername(String) method would, but it does not check the
authentication table beforehand. |
List<org.springframework.security.core.GrantedAuthority> loadAuthoritiesByUsername(@NotNull String username)
UserDetailsService.loadUserByUsername(String) method would, but it does not check the
authentication table beforehand.username - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.