Modifier and Type | Method and Description |
---|---|
protected abstract AmbariServerConfigurationCategory |
AmbariServerConfiguration.getCategory() |
AmbariServerConfigurationCategory |
AmbariServerConfigurationKey.getConfigurationCategory() |
static AmbariServerConfigurationCategory |
AmbariServerConfigurationCategory.translate(String categoryName)
Safely returns an
AmbariServerConfigurationCategory given the category's descriptive name |
static AmbariServerConfigurationCategory |
AmbariServerConfigurationCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmbariServerConfigurationCategory[] |
AmbariServerConfigurationCategory.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 |
AmbariServerConfigurationCategory.translate(AmbariServerConfigurationCategory category)
Safely returns the
AmbariServerConfigurationCategory 's descriptive name or null
if no AmbariServerConfigurationCategory was supplied. |
static AmbariServerConfigurationKey |
AmbariServerConfigurationKey.translate(AmbariServerConfigurationCategory category,
String keyName) |
Constructor and Description |
---|
AmbariServerConfigurationProvider(AmbariServerConfigurationCategory configurationCategory,
AmbariEventPublisher publisher,
AmbariJpaPersistService persistService) |
Modifier and Type | Method and Description |
---|---|
static AmbariServerConfigurationKey |
AmbariServerConfigurationUtils.getConfigurationKey(AmbariServerConfigurationCategory category,
String propertyName)
Returns the relevant
AmbariServerConfigurationKey |
static ConfigurationPropertyType |
AmbariServerConfigurationUtils.getConfigurationPropertyType(AmbariServerConfigurationCategory category,
String propertyName)
Returns the
ConfigurationPropertyType for the specified Ambari Server configuration property |
static String |
AmbariServerConfigurationUtils.getConfigurationPropertyTypeName(AmbariServerConfigurationCategory category,
String propertyName) |
static boolean |
AmbariServerConfigurationUtils.isPassword(AmbariServerConfigurationCategory category,
String propertyName)
Indicates whether the given property's type is a
ConfigurationPropertyType.PASSWORD |
Modifier and Type | Method and Description |
---|---|
protected AmbariServerConfigurationCategory |
AmbariLdapConfiguration.getCategory() |
Modifier and Type | Method and Description |
---|---|
protected AmbariServerConfigurationCategory |
JwtAuthenticationProperties.getCategory() |
Modifier and Type | Method and Description |
---|---|
protected AmbariServerConfigurationCategory |
AmbariTProxyConfiguration.getCategory() |
Copyright © 2022 Apache Software Foundation. All rights reserved.