public static class KerberosDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KerberosDetails |
build() |
KerberosDetails.Builder |
copy(KerberosDetails model) |
KerberosDetails.Builder |
keytabFile(String keytabFile)
Location of the keytab file
|
KerberosDetails.Builder |
principalName(String principalName)
Name of the Kerberos principal.
|
public KerberosDetails.Builder principalName(String principalName)
Name of the Kerberos principal.
principalName
- the value to setpublic KerberosDetails.Builder keytabFile(String keytabFile)
Location of the keytab file
keytabFile
- the value to setpublic KerberosDetails build()
public KerberosDetails.Builder copy(KerberosDetails model)
Copyright © 2016–2024. All rights reserved.