Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.stack.upgrade.orchestrate |
Modifier and Type | Method and Description |
---|---|
void |
KerberosHelperImpl.configureServices(Cluster cluster,
Map<String,Collection<String>> serviceFilter) |
void |
KerberosHelper.configureServices(Cluster cluster,
Map<String,Collection<String>> serviceFilter)
Updates the relevant configurations for the components specified in the service filter.
|
boolean |
KerberosHelperImpl.ensureHeadlessIdentities(Cluster cluster,
Map<String,Map<String,String>> existingConfigurations,
Set<String> services) |
boolean |
KerberosHelper.ensureHeadlessIdentities(Cluster cluster,
Map<String,Map<String,String>> existingConfigurations,
Set<String> services)
Ensures that the relevant headless (or user) Kerberos identities are created and cached.
|
KerberosDetails |
KerberosHelperImpl.getKerberosDetails(Cluster cluster,
Boolean manageIdentities)
Gathers the Kerberos-related data from configurations and stores it in a new KerberosDetails
instance.
|
KerberosDetails |
KerberosHelper.getKerberosDetails(Cluster cluster,
Boolean manageIdentities)
Gathers the Kerberos-related data from configurations and stores it in a new KerberosDetails
instance.
|
Map<String,Map<String,String>> |
KerberosHelperImpl.getServiceConfigurationUpdates(Cluster cluster,
Map<String,Map<String,String>> existingConfigurations,
Map<String,Set<String>> installedServices,
Map<String,Collection<String>> serviceFilter,
Set<String> previouslyExistingServices,
boolean kerberosEnabled,
boolean applyStackAdvisorUpdates) |
Map<String,Map<String,String>> |
KerberosHelper.getServiceConfigurationUpdates(Cluster cluster,
Map<String,Map<String,String>> existingConfigurations,
Map<String,Set<String>> installedServices,
Map<String,Collection<String>> serviceFilter,
Set<String> previouslyExistingServices,
boolean kerberosEnabled,
boolean applyStackAdvisorUpdates)
Returns the updates configurations that are expected when the given set of services are configured
for Kerberos.
|
void |
KerberosHelperImpl.validateKDCCredentials(Cluster cluster) |
void |
KerberosHelper.validateKDCCredentials(Cluster cluster)
Validate the KDC admin credentials.
|
Modifier and Type | Method and Description |
---|---|
KerberosDetails |
UpgradeContext.getKerberosDetails()
Gets Kerberos information about a cluster.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.