Uses of Class
org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
Packages that use AuthenticationTokenSecretManager
Package
Description
Tools to help define network clients and servers.
-
Uses of AuthenticationTokenSecretManager in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as AuthenticationTokenSecretManagerModifier and TypeFieldDescriptionprotected AuthenticationTokenSecretManagerRpcServer.authTokenSecretMgrMethods in org.apache.hadoop.hbase.ipc that return AuthenticationTokenSecretManagerModifier and TypeMethodDescriptionprotected AuthenticationTokenSecretManagerRpcServer.createSecretManager() -
Uses of AuthenticationTokenSecretManager in org.apache.hadoop.hbase.security.token
Fields in org.apache.hadoop.hbase.security.token declared as AuthenticationTokenSecretManagerModifier and TypeFieldDescriptionprivate AuthenticationTokenSecretManagerTokenProvider.secretManagerprivate AuthenticationTokenSecretManagerZKSecretWatcher.secretManagerConstructors in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationTokenSecretManagerModifierConstructorDescriptionZKSecretWatcher(org.apache.hadoop.conf.Configuration conf, ZKWatcher watcher, AuthenticationTokenSecretManager secretManager)