| Modifier and Type | Method and Description |
|---|---|
static Map<String,BasicAuthorizerUser> |
BasicAuthUtils.deserializeAuthorizerUserMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
byte[] userMapBytes) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BasicAuthUtils.serializeAuthorizerUserMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Map<String,BasicAuthorizerUser> userMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthorizerUser> |
MetadataStoragePollingBasicAuthorizerCacheManager.getUserMap(String authorizerPrefix) |
Map<String,BasicAuthorizerUser> |
CoordinatorPollingBasicAuthorizerCacheManager.getUserMap(String authorizerPrefix) |
Map<String,BasicAuthorizerUser> |
BasicAuthorizerCacheManager.getUserMap(String authorizerPrefix)
Return the cache manager's local view of the user map for the authorizer named `authorizerPrefix`.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthorizerUser> |
CoordinatorBasicAuthorizerMetadataStorageUpdater.getCachedUserMap(String prefix) |
Map<String,BasicAuthorizerUser> |
BasicAuthorizerMetadataStorageUpdater.getCachedUserMap(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BasicAuthorizerUser> |
UserAndRoleMap.getUserMap() |
Map<String,BasicAuthorizerUser> |
BasicAuthorizerUserMapBundle.getUserMap() |
| Constructor and Description |
|---|
BasicAuthorizerUserMapBundle(Map<String,BasicAuthorizerUser> userMap,
byte[] serializedUserMap) |
UserAndRoleMap(Map<String,BasicAuthorizerUser> userMap,
Map<String,BasicAuthorizerRole> roleMap) |
Copyright © 2011–2018. All rights reserved.