Class KerberosSettings
java.lang.Object
com.denodo.scheduler.client.commons.KerberosSettings
- All Implemented Interfaces:
Serializable
Class with properties for Kerberos configuration.
- Since:
- 6.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionKerberosSettings(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) -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
KerberosSettings
public KerberosSettings() -
KerberosSettings
-
KerberosSettings
-
-
Method Details
-
getConfigurationFile
- Returns:
- the configurationFile
-
isUseKerberos
public boolean isUseKerberos()- Returns:
- the useKerberos
-
isDebug
public boolean isDebug()- Returns:
- the debug
-
getKeyTab
- Returns:
- the keyTab
-
getPrincipal
- Returns:
- the principal
-
getConfigFileContents
public byte[] getConfigFileContents() -
getKeyTabContents
public byte[] getKeyTabContents()
-