| Interface | Description |
|---|---|
| DelegationTokenStore |
Interface for pluggable token store that can be implemented with shared external
storage for load balancing and high availability (for example using ZooKeeper).
|
| Class | Description |
|---|---|
| DBTokenStore | |
| DelegationTokenIdentifier |
A delegation token identifier that is specific to Hive.
|
| DelegationTokenSecretManager |
A Hive specific delegation token secret manager.
|
| DelegationTokenSelector |
A delegation token that is specialized for Hive
|
| HadoopThriftAuthBridge |
Functions that bridge Thrift's SASL transports to Hadoop's
SASL callback handlers and authentication classes.
|
| HadoopThriftAuthBridge.Client | |
| HadoopThriftAuthBridge.Server | |
| HadoopThriftAuthBridge23 |
Functions that bridge Thrift's SASL transports to Hadoop's SASL callback
handlers and authentication classes.
|
| MemoryTokenStore |
Default in-memory token store implementation.
|
| TFilterTransport |
Transport that simply wraps another transport.
|
| TokenStoreDelegationTokenSecretManager |
Extension of
DelegationTokenSecretManager to support alternative to default in-memory
token management for fail-over and clustering through plug-able token store (ZooKeeper etc.). |
| TUGIContainingTransport |
TUGIContainingTransport associates ugi information with connection (transport).
|
| TUGIContainingTransport.Factory |
Factory to create TUGIContainingTransport.
|
| ZooKeeperTokenStore |
ZooKeeper token store implementation.
|
| Enum | Description |
|---|---|
| HadoopThriftAuthBridge.Server.ServerMode |
| Exception | Description |
|---|---|
| DelegationTokenStore.TokenStoreException |
Exception for internal token store errors that typically cannot be handled by the caller.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.