public class KerberosSettings extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
KerberosSettings() |
KerberosSettings(String configurationFile,
boolean useKerberos,
boolean debug,
String keyTab,
String principal) |
KerberosSettings(String configurationFile,
boolean useKerberos,
boolean debug,
String keyTab,
String principal,
byte[] configFileContents,
byte[] keyTabContents) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getConfigFileContents() |
String |
getConfigurationFile() |
String |
getKeyTab() |
byte[] |
getKeyTabContents() |
String |
getPrincipal() |
boolean |
isDebug() |
boolean |
isUseKerberos() |
protected static final long serialVersionUID
public KerberosSettings()
public KerberosSettings(String configurationFile, boolean useKerberos, boolean debug, String keyTab, String principal)
public String getConfigurationFile()
public boolean isUseKerberos()
public boolean isDebug()
public String getKeyTab()
public String getPrincipal()
public byte[] getConfigFileContents()
public byte[] getKeyTabContents()
Copyright © 2022 Denodo Technologies. All rights reserved.