@Private @Evolving
AbstractDelegationTokenSecretManager.| Interface | Description |
|---|---|
| SQLConnectionFactory |
Interface to provide SQL connections to the
SQLDelegationTokenSecretManagerImpl. |
| SQLSecretManagerRetriableHandler |
Interface to handle retries when
SQLDelegationTokenSecretManagerImpl
throws expected errors. |
| SQLSecretManagerRetriableHandler.SQLCommand<T> | |
| SQLSecretManagerRetriableHandler.SQLCommandVoid |
| Class | Description |
|---|---|
| DistributedSQLCounter |
Distributed counter that relies on a SQL database to synchronize
between multiple clients.
|
| SQLDelegationTokenSecretManagerImpl |
An implementation of
SQLDelegationTokenSecretManager that
persists TokenIdentifiers and DelegationKeys in a SQL database. |
| ZKDelegationTokenSecretManagerImpl |
Zookeeper based router delegation token store implementation.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.