Package | Description |
---|---|
org.apache.hadoop.hbase.security.token |
Modifier and Type | Field and Description |
---|---|
private AuthenticationKey |
AuthenticationTokenSecretManager.currentKey |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,AuthenticationKey> |
AuthenticationTokenSecretManager.allKeys |
Modifier and Type | Method and Description |
---|---|
(package private) AuthenticationKey |
AuthenticationTokenSecretManager.getCurrentKey() |
(package private) AuthenticationKey |
AuthenticationTokenSecretManager.getKey(int keyId) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationTokenSecretManager.addKey(AuthenticationKey key) |
void |
ZKSecretWatcher.addKeyToZK(AuthenticationKey key) |
void |
ZKSecretWatcher.removeKeyFromZK(AuthenticationKey key) |
void |
ZKSecretWatcher.updateKeyInZK(AuthenticationKey key) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.