Package | Description |
---|---|
org.apache.ambari.server.state.kerberos | |
org.apache.ambari.server.upgrade |
Modifier and Type | Class and Description |
---|---|
class |
KerberosComponentDescriptor
KerberosComponentDescriptor is an implementation of an AbstractKerberosDescriptorContainer that
encapsulates the details about an Ambari component.
|
class |
KerberosDescriptor
KerberosDescriptor is an implementation of an AbstractKerberosDescriptorContainer that
encapsulates an entire Kerberos descriptor hierarchy.
|
class |
KerberosServiceDescriptor
KerberosServiceDescriptor is an implementation of an AbstractKerberosDescriptorContainer that
encapsulates an Ambari service and it components.
|
Modifier and Type | Method and Description |
---|---|
AbstractKerberosDescriptorContainer |
KerberosComponentDescriptor.getChildContainer(String name) |
AbstractKerberosDescriptorContainer |
KerberosServiceDescriptor.getChildContainer(String name) |
AbstractKerberosDescriptorContainer |
KerberosDescriptor.getChildContainer(String name) |
abstract AbstractKerberosDescriptorContainer |
AbstractKerberosDescriptorContainer.getChildContainer(String name)
Returns a specific named child container
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends AbstractKerberosDescriptorContainer> |
KerberosComponentDescriptor.getChildContainers() |
Collection<? extends AbstractKerberosDescriptorContainer> |
KerberosServiceDescriptor.getChildContainers() |
Collection<? extends AbstractKerberosDescriptorContainer> |
KerberosDescriptor.getChildContainers() |
abstract Collection<? extends AbstractKerberosDescriptorContainer> |
AbstractKerberosDescriptorContainer.getChildContainers()
Returns the child containers associated with this container.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKerberosDescriptorContainer.update(AbstractKerberosDescriptorContainer updates)
Updates this AbstractKerberosDescriptorContainer using information from the supplied
AbstractKerberosDescriptorContainer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUpgradeCatalog.updateKerberosDescriptorIdentityReferences(AbstractKerberosDescriptorContainer descriptorContainer,
String referenceName,
String newReferenceName)
Given an AbstractKerberosDescriptorContainer, iterates through its contained identity descriptors
to find ones matching the reference name to change.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUpgradeCatalog.updateKerberosDescriptorIdentityReferences(Map<String,? extends AbstractKerberosDescriptorContainer> descriptorMap,
String referenceName,
String newReferenceName)
Iterates through a collection of AbstractKerberosDescriptorContainers to find and update
identity descriptor references.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.