| Modifier and Type | Method and Description |
|---|---|
<E extends Entity> |
getAllUsers() |
<E extends Entity> |
getPhoto(UID<E> accountURI)
Gets the photo of an account defined by its URI.
|
<E extends Entity> |
getUserByAuthToken(String userAuthToken)
Gets an newly authentified account by his authToken.
|
long |
getUsersCount() |
long getUsersCount()
<E extends Entity> List<E> getAllUsers()
E - project's User entity type<E extends Entity> Optional<VFile> getPhoto(UID<E> accountURI)
E - project's User entity typeaccountURI - the account defined by its URICopyright © 2019. All Rights Reserved.