public class ProcessAuthenticationSettings extends Object implements Serializable
ProcessSubjectProvider
implementations.Constructor and Description |
---|
ProcessAuthenticationSettings()
Creates a new settings object with defaults.
|
Modifier and Type | Method and Description |
---|---|
String |
getKerberosKeytab()
Gets the configured keytab file for authenticating
the Kerberos principal.
|
String |
getKerberosPrincipal()
Gets the configured Kerberos principal name.
|
void |
setKerberosKeytab(String path)
Sets the keytab file to use to authenticate
as the configured Kerberos principal.
|
void |
setKerberosPrincipal(String principal)
Sets the name of the Kerberos principal to use for
the process.
|
public ProcessAuthenticationSettings()
public String getKerberosPrincipal()
public void setKerberosPrincipal(String principal)
principal
- the principal namepublic String getKerberosKeytab()
public void setKerberosKeytab(String path)
path
- the path to the keytab fileCopyright © 2020 Actian Corporation. All rights reserved.