|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserDetailsService
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.springframework.security.core.userdetails.UserDetailsService |
|---|
loadUserByUsername |
| Method Detail |
|---|
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 -
void changeUserLogin(String newLogin,
String oldLogin)
newLogin - oldLogin -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||