| Modifier and Type | Method and Description | 
|---|---|
static Map<String,BasicAuthorizerRole> | 
BasicAuthUtils.deserializeAuthorizerRoleMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                            byte[] roleMapBytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
static byte[] | 
BasicAuthUtils.serializeAuthorizerRoleMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                          Map<String,BasicAuthorizerRole> roleMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,BasicAuthorizerRole> | 
MetadataStoragePollingBasicAuthorizerCacheManager.getRoleMap(String authorizerPrefix)  | 
Map<String,BasicAuthorizerRole> | 
CoordinatorPollingBasicAuthorizerCacheManager.getRoleMap(String authorizerPrefix)  | 
Map<String,BasicAuthorizerRole> | 
BasicAuthorizerCacheManager.getRoleMap(String authorizerPrefix)
Return the cache manager's local view of the role map for the authorizer named `authorizerPrefix`. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,BasicAuthorizerRole> | 
CoordinatorBasicAuthorizerMetadataStorageUpdater.getCachedRoleMap(String prefix)  | 
Map<String,BasicAuthorizerRole> | 
BasicAuthorizerMetadataStorageUpdater.getCachedRoleMap(String prefix)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,BasicAuthorizerRole> | 
UserAndRoleMap.getRoleMap()  | 
Map<String,BasicAuthorizerRole> | 
BasicAuthorizerRoleMapBundle.getRoleMap()  | 
Set<BasicAuthorizerRole> | 
BasicAuthorizerUserFull.getRoles()  | 
| Constructor and Description | 
|---|
BasicAuthorizerRoleMapBundle(Map<String,BasicAuthorizerRole> roleMap,
                            byte[] serializedRoleMap)  | 
BasicAuthorizerUserFull(String name,
                       Set<BasicAuthorizerRole> roles)  | 
UserAndRoleMap(Map<String,BasicAuthorizerUser> userMap,
              Map<String,BasicAuthorizerRole> roleMap)  | 
Copyright © 2011–2018. All rights reserved.