public interface UserAccountService
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_PASSWORD_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
User |
getCurrentUser()
Returns the currently logged in user
|
void |
updateCurrentUser(User user)
Update the currently logged in user
|
boolean |
validateCurrentUserPassword(String password)
Validates the password of the current logged in user
|
static final int MIN_PASSWORD_LENGTH
User getCurrentUser()
void updateCurrentUser(User user)
user - updated userboolean validateCurrentUserPassword(String password)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.