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) |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationFile() |
String |
getKeyTab() |
String |
getPrincipal() |
boolean |
isDebug() |
boolean |
isUseKerberos() |
protected static final long serialVersionUID
public String getConfigurationFile()
public boolean isUseKerberos()
public boolean isDebug()
public String getKeyTab()
public String getPrincipal()
Copyright © 2024 Denodo Technologies. All rights reserved.