| Package | Description |
|---|---|
| io.vertigo.account.identity |
| Modifier and Type | Method and Description |
|---|---|
AccountGroup |
AccountStore.getGroup(URI<AccountGroup> groupURI)
Gets the group defined by an URI.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AccountGroup> |
AccountStore.getAllGroups()
Lists all the groups.
|
Set<URI<AccountGroup>> |
AccountStore.getGroupURIs(URI<Account> accountURI) |
URI<AccountGroup> |
AccountGroup.getURI() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.saveGroup(AccountGroup group)
Saves a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStore.attach(URI<Account> accountURI,
URI<AccountGroup> groupURI)
Attaches an account to a group.
|
Set<URI<Account>> |
AccountStore.getAccountURIs(URI<AccountGroup> groupURI)
Lists the accounts for a defined group.
|
AccountGroup |
AccountStore.getGroup(URI<AccountGroup> groupURI)
Gets the group defined by an URI.
|
Copyright © 2017. All Rights Reserved.