Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
KerberosAttributes |
KerberosAttributes.clone() |
KerberosAttributes |
RunJobFlowRequest.getKerberosAttributes()
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
KerberosAttributes |
Cluster.getKerberosAttributes()
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
KerberosAttributes |
KerberosAttributes.withADDomainJoinPassword(String aDDomainJoinPassword)
The Active Directory password for
ADDomainJoinUser . |
KerberosAttributes |
KerberosAttributes.withADDomainJoinUser(String aDDomainJoinUser)
Required only when establishing a cross-realm trust with an Active Directory domain.
|
KerberosAttributes |
KerberosAttributes.withCrossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)
Required only when establishing a cross-realm trust with a KDC in a different realm.
|
KerberosAttributes |
KerberosAttributes.withKdcAdminPassword(String kdcAdminPassword)
The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains
Kerberos principals, password policies, and keytabs for the cluster.
|
KerberosAttributes |
KerberosAttributes.withRealm(String realm)
The name of the Kerberos realm to which all nodes in a cluster belong.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setKerberosAttributes(KerberosAttributes kerberosAttributes)
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
void |
Cluster.setKerberosAttributes(KerberosAttributes kerberosAttributes)
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
RunJobFlowRequest |
RunJobFlowRequest.withKerberosAttributes(KerberosAttributes kerberosAttributes)
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
Cluster |
Cluster.withKerberosAttributes(KerberosAttributes kerberosAttributes)
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
Copyright © 2023. All rights reserved.