public interface IdentityRealm
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccountByAuthToken(String userAuthToken)
Get an newly authentify user by his authToken.
|
long |
getAccountsCount() |
Collection<Account> |
getAllAccounts() |
Optional<VFile> |
getPhoto(URI<Account> accountURI)
Gets the photo of an account defined by its URI.
|
long getAccountsCount()
Collection<Account> getAllAccounts()
Optional<VFile> getPhoto(URI<Account> accountURI)
accountURI - the account defined by its URICopyright © 2017. All Rights Reserved.