@InterfaceAudience.Private
@InterfaceStability.Unstable
public class TimelineV1DelegationTokenSecretManagerService
extends org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
.Modifier and Type | Class and Description |
---|---|
static class |
TimelineV1DelegationTokenSecretManagerService.TimelineV1DelegationTokenSecretManager
Delegation token secret manager for ATSv1 and ATSv1.5.
|
Constructor and Description |
---|
TimelineV1DelegationTokenSecretManagerService() |
Modifier and Type | Method and Description |
---|---|
protected TimelineStateStore |
createStateStore(org.apache.hadoop.conf.Configuration conf) |
protected org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager<org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier> |
createTimelineDelegationTokenSecretManager(long secretKeyInterval,
long tokenMaxLifetime,
long tokenRenewInterval,
long tokenRemovalScanInterval) |
protected void |
serviceInit(org.apache.hadoop.conf.Configuration conf) |
protected void |
serviceStart() |
protected void |
serviceStop() |
getTimelineDelegationTokenSecretManager
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop
public TimelineV1DelegationTokenSecretManagerService()
protected void serviceInit(org.apache.hadoop.conf.Configuration conf) throws Exception
serviceInit
in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
Exception
protected void serviceStart() throws Exception
serviceStart
in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
Exception
protected void serviceStop() throws Exception
serviceStop
in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
Exception
protected org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager<org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier> createTimelineDelegationTokenSecretManager(long secretKeyInterval, long tokenMaxLifetime, long tokenRenewInterval, long tokenRemovalScanInterval)
createTimelineDelegationTokenSecretManager
in class org.apache.hadoop.yarn.server.timeline.security.TimelineDelgationTokenSecretManagerService
protected TimelineStateStore createStateStore(org.apache.hadoop.conf.Configuration conf)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.