Java com.amazonaws.services.elasticmapreduce.model KerberosAttributes fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model KerberosAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model KerberosAttributes.

The text is from its open source code.

Constructor

Method

voidsetADDomainJoinPassword(String aDDomainJoinPassword)

The Active Directory password for ADDomainJoinUser.

voidsetADDomainJoinUser(String aDDomainJoinUser)

Required only when establishing a cross-realm trust with an Active Directory domain.

voidsetCrossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)

Required only when establishing a cross-realm trust with a KDC in a different realm.

voidsetKdcAdminPassword(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.

voidsetRealm(String realm)

The name of the Kerberos realm to which all nodes in a cluster belong.