| Package | Description |
|---|---|
| org.salespointframework.useraccount |
User account management.
|
| Modifier and Type | Method and Description |
|---|---|
UserAccountIdentifier |
UserAccount.getId()
Get the unique identifier of this
UserAccount. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserAccountManager.contains(UserAccountIdentifier userAccountIdentifier)
Checks if an
UserAccount exists. |
void |
UserAccountManager.disable(UserAccountIdentifier userAccountIdentifier)
Disables the
UserAccount. |
void |
UserAccountManager.enable(UserAccountIdentifier userAccountIdentifier)
Enables the
UserAccount. |
Optional<UserAccount> |
UserAccountManager.get(UserAccountIdentifier userAccountIdentifier)
Returns an
UserAccount for a given identifier. |
Copyright © 2018. All rights reserved.