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. |
boolean |
PersistentUserAccountManager.contains(UserAccountIdentifier userAccountIdentifier) |
void |
UserAccountManager.disable(UserAccountIdentifier userAccountIdentifier)
Disables the
UserAccount . |
void |
PersistentUserAccountManager.disable(UserAccountIdentifier userAccountIdentifier) |
void |
UserAccountManager.enable(UserAccountIdentifier userAccountIdentifier)
Enables the
UserAccount . |
void |
PersistentUserAccountManager.enable(UserAccountIdentifier userAccountIdentifier) |
Optional<UserAccount> |
UserAccountManager.get(UserAccountIdentifier userAccountIdentifier)
Returns an
UserAccount for a given identifier. |
Optional<UserAccount> |
PersistentUserAccountManager.get(UserAccountIdentifier userAccountIdentifier) |
Constructor and Description |
---|
UserAccount(UserAccountIdentifier userAccountIdentifier,
String password,
Role... roles) |
UserAccount(UserAccountIdentifier userAccountIdentifier,
String password,
String firstname,
String lastname,
String email,
Collection<Role> roles) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.