| Modifier and Type | Method and Description |
|---|---|
static Map<String,BasicAuthenticatorUser> |
BasicAuthUtils.deserializeAuthenticatorUserMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
byte[] userMapBytes) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BasicAuthUtils.serializeAuthenticatorUserMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Map<String,BasicAuthenticatorUser> userMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthenticatorUser> |
MetadataStoragePollingBasicAuthenticatorCacheManager.getUserMap(String authenticatorPrefix) |
Map<String,BasicAuthenticatorUser> |
CoordinatorPollingBasicAuthenticatorCacheManager.getUserMap(String authenticatorPrefix) |
Map<String,BasicAuthenticatorUser> |
BasicAuthenticatorCacheManager.getUserMap(String authenticatorPrefix)
Return the cache manager's local view of the user map for the authenticator named `authenticatorPrefix`.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthenticatorUser> |
CoordinatorBasicAuthenticatorMetadataStorageUpdater.getCachedUserMap(String prefix) |
Map<String,BasicAuthenticatorUser> |
BasicAuthenticatorMetadataStorageUpdater.getCachedUserMap(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthenticatorUser> |
BasicAuthenticatorUserMapBundle.getUserMap() |
| Constructor and Description |
|---|
BasicAuthenticatorUserMapBundle(Map<String,BasicAuthenticatorUser> userMap,
byte[] serializedUserMap) |
Copyright © 2011–2018. All rights reserved.