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 AuthenticationTokenSecretManager
RpcServer.authTokenSecretMgr
Methods in org.apache.hadoop.hbase.ipc that return AuthenticationTokenSecretManagerModifier and TypeMethodDescriptionprotected AuthenticationTokenSecretManager
RpcServer.createSecretManager()
-
Uses of AuthenticationTokenSecretManager in org.apache.hadoop.hbase.security.token
Fields in org.apache.hadoop.hbase.security.token declared as AuthenticationTokenSecretManagerModifier and TypeFieldDescriptionprivate AuthenticationTokenSecretManager
TokenProvider.secretManager
private AuthenticationTokenSecretManager
ZKSecretWatcher.secretManager
Constructors in org.apache.hadoop.hbase.security.token with parameters of type AuthenticationTokenSecretManagerModifierConstructorDescriptionZKSecretWatcher
(org.apache.hadoop.conf.Configuration conf, ZKWatcher watcher, AuthenticationTokenSecretManager secretManager)