Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.state.kerberos |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,String>> |
KerberosHelperImpl.mergeConfigurations(Map<String,Map<String,String>> configurations,
Map<String,KerberosConfigurationDescriptor> updates,
Map<String,Map<String,String>> replacements,
Set<String> configurationTypeFilter) |
Map<String,Map<String,String>> |
KerberosHelper.mergeConfigurations(Map<String,Map<String,String>> configurations,
Map<String,KerberosConfigurationDescriptor> updates,
Map<String,Map<String,String>> replacements,
Set<String> configurationTypeFilter)
Merges configurations from a Map of configuration updates into a main configurations Map.
|
Modifier and Type | Method and Description |
---|---|
KerberosConfigurationDescriptor |
AbstractKerberosDescriptorContainer.getConfiguration(String name)
Returns the requested KerberosConfigurationDescriptor
|
Modifier and Type | Method and Description |
---|---|
Map<String,KerberosConfigurationDescriptor> |
AbstractKerberosDescriptorContainer.getConfigurations()
Returns a Map of raw KerberosConfigurationDescriptors contained within this
AbstractKerberosDescriptorContainer.
|
Map<String,KerberosConfigurationDescriptor> |
AbstractKerberosDescriptorContainer.getConfigurations(boolean includeInherited)
Returns a Map of KerberosConfigurationDescriptors contained within this
AbstractKerberosDescriptorContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKerberosDescriptorContainer.putConfiguration(KerberosConfigurationDescriptor configuration)
Adds the specified KerberosConfigurationDescriptor to the list of KerberosConfigurationDescriptors.
|
void |
KerberosConfigurationDescriptor.update(KerberosConfigurationDescriptor updates)
Updates this KerberosConfigurationDescriptor with data from another KerberosConfigurationDescriptor
Properties will be updated if the relevant updated values are not null.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKerberosDescriptorContainer.setConfigurations(Map<String,KerberosConfigurationDescriptor> configurations)
|
Copyright © 2022 Apache Software Foundation. All rights reserved.