| Package | Description |
|---|---|
| io.vertigo.account.account | |
| io.vertigo.account.authentication |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountBuilder.build() |
Account |
AccountManager.getAccount(UID<Account> accountUID) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Account> |
AccountManager.getAccountByAuthToken(String userAuthToken)
Gets an newly authentified account by his authToken.
|
Set<UID<Account>> |
AccountManager.getAccountUIDs(UID<AccountGroup> groupUID)
Lists the accounts for a defined group.
|
UID<Account> |
Account.getUID() |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountManager.getAccount(UID<Account> accountUID) |
Set<UID<AccountGroup>> |
AccountManager.getGroupUIDs(UID<Account> accountUID) |
Optional<VFile> |
AccountManager.getPhoto(UID<Account> accountUID)
Gets the photo of an account defined by its UID.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Account> |
AuthenticationManager.getLoggedAccount() |
Optional<Account> |
AuthenticationManager.login(AuthenticationToken token)
Tries and checks to login.
|
Copyright © 2019. All Rights Reserved.