| Package | Description |
|---|---|
| org.apache.isis.extensions.secman.api.events | |
| org.apache.isis.extensions.secman.api.user |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
UserCreatedEvent.getAccountType() |
| Modifier and Type | Method and Description |
|---|---|
AccountType |
ApplicationUser.getAccountType() |
static AccountType |
AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountType[] |
AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
U |
ApplicationUserRepository.newUser(String username,
AccountType accountType,
Consumer<U> beforePersist) |
void |
ApplicationUser.setAccountType(AccountType accountType) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.