public interface AuthenticationService extends AgrosystService
| Modifier and Type | Method and Description |
|---|---|
UserDto |
getAuthenticatedUser(String token) |
String |
getAuthenticatedUserId(String token) |
long |
getConnectedUsersCount() |
UserDto |
login(String email,
String password)
Test l'authentification de l'utilisateur et charge l'entité User
|
void |
logout(String token) |
UserDto login(String email, String password)
email - The user's emailpassword - The user's passwordvoid logout(String token)
long getConnectedUsersCount()
Copyright © 2013–2015 Inra. All rights reserved.