Uses of Class
org.apache.hadoop.hbase.security.token.AuthenticationKey
Packages that use AuthenticationKey
-
Uses of AuthenticationKey in org.apache.hadoop.hbase.security.token
Fields in org.apache.hadoop.hbase.security.token declared as AuthenticationKeyModifier and TypeFieldDescriptionprivate AuthenticationKey
AuthenticationTokenSecretManager.currentKey
Fields in org.apache.hadoop.hbase.security.token with type parameters of type AuthenticationKeyModifier and TypeFieldDescriptionprivate Map<Integer,
AuthenticationKey> AuthenticationTokenSecretManager.allKeys
Methods in org.apache.hadoop.hbase.security.token that return AuthenticationKeyModifier and TypeMethodDescription(package private) AuthenticationKey
AuthenticationTokenSecretManager.getCurrentKey()
(package private) AuthenticationKey
AuthenticationTokenSecretManager.getKey
(int keyId) Methods in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationKeyModifier and TypeMethodDescriptionvoid
AuthenticationTokenSecretManager.addKey
(AuthenticationKey key) void
ZKSecretWatcher.addKeyToZK
(AuthenticationKey key) void
ZKSecretWatcher.removeKeyFromZK
(AuthenticationKey key) void
ZKSecretWatcher.updateKeyInZK
(AuthenticationKey key)