| Modifier and Type | Method and Description | 
|---|---|
static BasicAuthenticatorCacheManager | 
BasicSecurityDruidModule.createAuthenticatorCacheManager(com.google.inject.Injector injector)  | 
| Constructor and Description | 
|---|
BasicHTTPAuthenticator(com.google.inject.Provider<BasicAuthenticatorCacheManager> cacheManager,
                      String name,
                      String authorizerName,
                      String initialAdminPassword,
                      String initialInternalClientPassword,
                      Boolean enableCacheNotifications,
                      Long cacheNotificationTimeout,
                      Integer credentialIterations)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CoordinatorPollingBasicAuthenticatorCacheManager
Cache manager for non-coordinator services that polls the coordinator for authentication database state. 
 | 
class  | 
MetadataStoragePollingBasicAuthenticatorCacheManager
Used on coordinator nodes, reading from a BasicAuthenticatorMetadataStorageUpdater that has direct access to the
 metadata store. 
 | 
| Constructor and Description | 
|---|
DefaultBasicAuthenticatorResourceHandler(BasicAuthenticatorCacheManager cacheManager,
                                        AuthenticatorMapper authenticatorMapper)  | 
Copyright © 2011–2018. All rights reserved.