Package | Description |
---|---|
org.apache.ambari.server.state.kerberos |
Modifier and Type | Method and Description |
---|---|
KerberosKeytabDescriptor |
KerberosIdentityDescriptor.getKeytabDescriptor()
Gets the KerberosKeytabDescriptor related to this KerberosIdentityDescriptor
|
Modifier and Type | Method and Description |
---|---|
void |
KerberosIdentityDescriptor.setKeytabDescriptor(KerberosKeytabDescriptor keytab)
Sets the KerberosKeytabDescriptor related to this KerberosIdentityDescriptor
|
void |
KerberosKeytabDescriptor.update(KerberosKeytabDescriptor updates)
Updates this KerberosKeytabDescriptor with data from another KerberosKeytabDescriptor
Properties will be updated if the relevant updated values are not null.
|
Constructor and Description |
---|
KerberosIdentityDescriptor(String name,
String reference,
KerberosPrincipalDescriptor principal,
KerberosKeytabDescriptor keytab,
Predicate when)
Creates a new KerberosIdentityDescriptor
|
Copyright © 2022 Apache Software Foundation. All rights reserved.