@Deprecated public class KerberosTicketRenewer extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
private ComponentLog |
logger
Deprecated.
|
private long |
renewalPeriod
Deprecated.
|
private boolean |
stopped
Deprecated.
|
private org.apache.hadoop.security.UserGroupInformation |
ugi
Deprecated.
|
| Constructor and Description |
|---|
KerberosTicketRenewer(org.apache.hadoop.security.UserGroupInformation ugi,
long renewalPeriod,
ComponentLog logger)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Deprecated.
|
void |
stop()
Deprecated.
|
private final org.apache.hadoop.security.UserGroupInformation ugi
private final long renewalPeriod
private final ComponentLog logger
private volatile boolean stopped
public KerberosTicketRenewer(org.apache.hadoop.security.UserGroupInformation ugi,
long renewalPeriod,
ComponentLog logger)
ugi - the user to renew the ticket forrenewalPeriod - the amount of time in milliseconds to wait between renewal attemptslogger - the logger from the component that started the renewerCopyright © 2020 Apache NiFi Project. All rights reserved.