Class TestZKSecretWatcher.AuthenticationTokenSecretManagerForTest

java.lang.Object
org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier>
org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
org.apache.hadoop.hbase.security.token.TestZKSecretWatcher.AuthenticationTokenSecretManagerForTest
Enclosing class:
TestZKSecretWatcher

private static class TestZKSecretWatcher.AuthenticationTokenSecretManagerForTest extends org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.security.token.SecretManager

    org.apache.hadoop.security.token.SecretManager.InvalidToken
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager

    NAME_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    AuthenticationTokenSecretManagerForTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.zookeeper.ZKWatcher zk, String serverName, long keyUpdateInterval, long tokenMaxLifetime)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) CountDownLatch
     
    (package private) boolean
     

    Methods inherited from class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager

    addKey, createIdentifier, createPassword, createSecretKey, generateToken, getCurrentKey, getKey, getLastKeyUpdate, getName, isCurrentKeyRolled, isMaster, removeExpiredKeys, retrievePassword, rollCurrentKey, start, stop

    Methods inherited from class org.apache.hadoop.security.token.SecretManager

    checkAvailableForRead, createPassword, generateSecret, retriableRetrievePassword

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AuthenticationTokenSecretManagerForTest

      public AuthenticationTokenSecretManagerForTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.zookeeper.ZKWatcher zk, String serverName, long keyUpdateInterval, long tokenMaxLifetime)
  • Method Details