Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.serveraction.kerberos |
Modifier and Type | Method and Description |
---|---|
static UpdateConfigurationPolicy |
UpdateConfigurationPolicy.translate(String stringValue)
Safely translates a
String value to an UpdateConfigurationPolicy . |
static UpdateConfigurationPolicy |
UpdateConfigurationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateConfigurationPolicy[] |
UpdateConfigurationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
UpdateConfigurationPolicy.translate(UpdateConfigurationPolicy value)
Safely translates a
UpdateConfigurationPolicy value to a String of all
lowercase characters. |
Modifier and Type | Method and Description |
---|---|
protected static UpdateConfigurationPolicy |
KerberosServerAction.getUpdateConfigurationPolicy(Map<String,String> commandParameters)
Given a (command parameter) Map, attempts to safely retrieve the "update_configuration_policy" property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPrepareKerberosServerAction.processConfigurationChanges(String dataDirectory,
Map<String,Map<String,String>> kerberosConfigurations,
Map<String,Set<String>> propertiesToBeRemoved,
KerberosDescriptor kerberosDescriptor,
UpdateConfigurationPolicy updateConfigurationPolicy)
Processes configuration changes to determine if any work needs to be done.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.