public interface UserAuthenticationService
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModifyUser() |
void |
changeAuthenticatedUserPassword(String plainOldPassword,
String plainNewPassword) |
void |
changeUserlogin(String newLogin,
String oldLogin) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.