public class SecurityConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<String> |
KERBEROS_LOGIN_KEYTAB |
static ConfigOption<String> |
KERBEROS_LOGIN_PRINCIPAL |
static ConfigOption<Boolean> |
KERBEROS_LOGIN_USETICKETCACHE |
Constructor and Description |
---|
SecurityConfiguration(Options options) |
Modifier and Type | Method and Description |
---|---|
String |
getKeytab() |
Options |
getOptions() |
String |
getPrincipal() |
boolean |
isLegal() |
boolean |
useTicketCache() |
public static final ConfigOption<String> KERBEROS_LOGIN_KEYTAB
public static final ConfigOption<String> KERBEROS_LOGIN_PRINCIPAL
public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE
public SecurityConfiguration(Options options)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.