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