| Package | Description |
|---|---|
| io.vertigo.account.authentication | |
| io.vertigo.account.identity |
| Modifier and Type | Method and Description |
|---|---|
Optional<Account> |
AuthenticationManager.getLoggedAccount() |
Optional<Account> |
AuthenticationManager.login(AuthenticationToken token)
Try and check to login.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountBuilder.build() |
Account |
AccountStore.getAccount(URI<Account> accountURI) |
Account |
IdentityRealm.getAccountByAuthToken(String userAuthToken)
Get an newly authentify user by his authToken.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Account> |
AccountStore.getAccountByAuthToken(String userAuthToken)
Get an newly authentify user by his authToken.
|
Set<URI<Account>> |
AccountStore.getAccountURIs(URI<AccountGroup> groupURI)
Lists the accounts for a defined group.
|
Collection<Account> |
IdentityRealm.getAllAccounts() |
URI<Account> |
Account.getURI() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.attach(URI<Account> accountURI,
URI<AccountGroup> groupURI)
Attaches an account to a group.
|
Account |
AccountStore.getAccount(URI<Account> accountURI) |
Set<URI<AccountGroup>> |
AccountStore.getGroupURIs(URI<Account> accountURI) |
Optional<VFile> |
IdentityRealm.getPhoto(URI<Account> accountURI)
Gets the photo of an account defined by its URI.
|
Optional<VFile> |
AccountStore.getPhoto(URI<Account> accountURI)
Gets the photo of an account defined by its URI.
|
void |
AccountStore.saveAccounts(List<Account> accounts)
Saves a collection of accounts.
|
void |
AccountStore.setPhoto(URI<Account> accountURI,
VFile photo)
Defines a photo to an account.
|
Copyright © 2017. All Rights Reserved.