Uses of Class
org.apache.hadoop.hbase.security.token.AuthenticationKey
-
Uses of AuthenticationKey in org.apache.hadoop.hbase.security.token
Modifier and TypeFieldDescriptionprivate AuthenticationKey
AuthenticationTokenSecretManager.currentKey
Modifier and TypeFieldDescriptionprivate Map<Integer,
AuthenticationKey> AuthenticationTokenSecretManager.allKeys
Modifier and TypeMethodDescription(package private) AuthenticationKey
AuthenticationTokenSecretManager.getCurrentKey()
(package private) AuthenticationKey
AuthenticationTokenSecretManager.getKey
(int keyId) Modifier and TypeMethodDescriptionvoid
AuthenticationTokenSecretManager.addKey
(AuthenticationKey key) void
ZKSecretWatcher.addKeyToZK
(AuthenticationKey key) void
ZKSecretWatcher.removeKeyFromZK
(AuthenticationKey key) void
ZKSecretWatcher.updateKeyInZK
(AuthenticationKey key)