| Class | Description |
|---|---|
| AuthenticationKey |
Represents a secret key used for signing and verifying authentication tokens by
AuthenticationTokenSecretManager. |
| AuthenticationTokenKeyManager |
Service that handles generation of the secret key used to create delegation tokens.
|
| AuthenticationTokenSecretManager |
Manages an internal list of secret keys used to sign new authentication tokens as they are generated, and to validate existing tokens used for
authentication.
|
| ZooAuthenticationKeyDistributor |
Class that manages distribution of
AuthenticationKeys, Accumulo's secret in the delegation token model, to other Accumulo nodes via ZooKeeper. |
| ZooAuthenticationKeyWatcher |
Watch ZooKeeper to notice changes in the published keys so that authenticate can properly occur using delegation tokens.
|
Copyright © 2015 Apache Accumulo Project. All rights reserved.