| Package | Description |
|---|---|
| org.apache.accumulo.server.security.delegation |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationKey> |
ZooAuthenticationKeyDistributor.getCurrentKeys()
Fetch all
AuthenticationKeys currently stored in ZooKeeper beneath the configured baseNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationTokenSecretManager.addKey(AuthenticationKey key)
Add the provided
key to the in-memory copy of all AuthenticationKeys. |
void |
ZooAuthenticationKeyDistributor.advertise(AuthenticationKey newKey)
Add the given
AuthenticationKey to ZooKeeper. |
void |
ZooAuthenticationKeyDistributor.remove(AuthenticationKey key)
Remove the given
AuthenticationKey from ZooKeeper. |
Copyright © 2015 Apache Accumulo Project. All rights reserved.