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 AuthenticationKeyAuthenticationTokenSecretManager.currentKeyFields in org.apache.hadoop.hbase.security.token with type parameters of type AuthenticationKeyModifier and TypeFieldDescriptionprivate Map<Integer,AuthenticationKey> AuthenticationTokenSecretManager.allKeysMethods in org.apache.hadoop.hbase.security.token that return AuthenticationKeyModifier and TypeMethodDescription(package private) AuthenticationKeyAuthenticationTokenSecretManager.getCurrentKey()(package private) AuthenticationKeyAuthenticationTokenSecretManager.getKey(int keyId) Methods in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationKeyModifier and TypeMethodDescriptionvoidAuthenticationTokenSecretManager.addKey(AuthenticationKey key) voidZKSecretWatcher.addKeyToZK(AuthenticationKey key) voidZKSecretWatcher.removeKeyFromZK(AuthenticationKey key) voidZKSecretWatcher.updateKeyInZK(AuthenticationKey key)