Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.events | |
org.apache.ambari.server.serveraction.kerberos |
Modifier and Type | Method and Description |
---|---|
void |
KerberosHelperImpl.deleteIdentities(Cluster cluster,
List<Component> components,
Set<String> identities)
Deletes the kerberos identities of the given component, even if the component is already deleted.
|
void |
KerberosHelper.deleteIdentities(Cluster cluster,
List<Component> components,
Set<String> identities) |
Modifier and Type | Method and Description |
---|---|
Component |
ServiceComponentUninstalledEvent.getComponent() |
Modifier and Type | Method and Description |
---|---|
List<Component> |
ServiceRemovedEvent.getComponents() |
Constructor and Description |
---|
ServiceRemovedEvent(long clusterId,
String stackName,
String stackVersion,
String serviceName,
List<Component> components) |
Modifier and Type | Method and Description |
---|---|
static Component |
Component.fromServiceComponentHost(ServiceComponentHost serviceComponentHost) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPrepareKerberosServerAction.processServiceComponents(Cluster cluster,
KerberosDescriptor kerberosDescriptor,
List<Component> schToProcess,
Collection<String> identityFilter,
String dataDirectory,
Map<String,Map<String,String>> currentConfigurations,
Map<String,Map<String,String>> kerberosConfigurations,
boolean includeAmbariIdentity,
Map<String,Set<String>> propertiesToBeIgnored) |
Copyright © 2022 Apache Software Foundation. All rights reserved.