Package | Description |
---|---|
org.apache.ambari.server.state.kerberos |
Modifier and Type | Method and Description |
---|---|
KerberosComponentDescriptor |
KerberosServiceDescriptor.getComponent(String name)
Returns the KerberosComponentDescriptors with the specified name
|
Modifier and Type | Method and Description |
---|---|
Map<String,KerberosComponentDescriptor> |
KerberosServiceDescriptor.getComponents()
Returns a Map of the KerberosComponentDescriptors related to this KerberosServiceDescriptor
|
Modifier and Type | Method and Description |
---|---|
void |
KerberosServiceDescriptor.putComponent(KerberosComponentDescriptor component)
Adds or replaces a KerberosComponentDescriptor
If a KerberosComponentDescriptor with the same name already exists in the components Map, it
will be replaced; else a new entry will be made.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.