public final class KerberosConfigurationBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
setKerberosConfigFile(String kerberosConfigFileLocation)
To use kerberos authentication, set the value of the 'java.security.krb5.conf' environment variable to an
existing file.
|
static void |
withKerberosConfiguration(org.apache.hadoop.conf.Configuration configuration,
HdfsConfiguration endpointConfig)
Add all the kerberos specific settings needed for this authentication mode
|
public static void withKerberosConfiguration(org.apache.hadoop.conf.Configuration configuration,
HdfsConfiguration endpointConfig)
endpointConfig - - configuration with the HA settings configured on the endpointpublic static void setKerberosConfigFile(String kerberosConfigFileLocation)
kerberosConfigFileLocation - - kerb5.conf file
(https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html)Apache Camel