| Modifier and Type | Method and Description |
|---|---|
Map<String,PersistedUser> |
StorageManager.getPersistedUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageManager.storeUser(PersistedUser persistedUser) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PersistedUser> |
AbstractJournalStorageManager.mapPersistedUsers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PersistedUser> |
AbstractJournalStorageManager.getPersistedUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJournalStorageManager.storeUser(PersistedUser persistedUser) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PersistedUser> |
NullStorageManager.getPersistedUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
NullStorageManager.storeUser(PersistedUser persistedUser) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.