case class KyuubiDelegationTokenManager(keyUpdateInterval: Long, tokenMaxLifetime: Long, tokenRenewInterval: Long, tokenRemoverScanInterval: Long) extends AbstractDelegationTokenSecretManager[KyuubiDelegationTokenIdentifier] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractDelegationTokenSecretManager[KyuubiDelegationTokenIdentifier], SecretManager[KyuubiDelegationTokenIdentifier], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KyuubiDelegationTokenManager
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractDelegationTokenSecretManager
  7. SecretManager
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KyuubiDelegationTokenManager(keyUpdateInterval: Long, tokenMaxLifetime: Long, tokenRenewInterval: Long, tokenRemoverScanInterval: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addKey(arg0: DelegationKey): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  5. def addPersistedDelegationToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Long): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cancelToken(arg0: Token[KyuubiDelegationTokenIdentifier], arg1: String): KyuubiDelegationTokenIdentifier
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def checkAvailableForRead(): Unit
    Definition Classes
    SecretManager
    Annotations
    @throws( ... )
  9. def checkToken(arg0: KyuubiDelegationTokenIdentifier): DelegationTokenInformation
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( ... )
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def createIdentifier(): KyuubiDelegationTokenIdentifier
    Definition Classes
    KyuubiDelegationTokenManager → SecretManager
  12. def createPassword(arg0: KyuubiDelegationTokenIdentifier): Array[Byte]
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager → SecretManager
  13. def decodeTokenIdentifier(arg0: Token[KyuubiDelegationTokenIdentifier]): KyuubiDelegationTokenIdentifier
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generateSecret(): SecretKey
    Attributes
    protected[token]
    Definition Classes
    SecretManager
  17. def getAllKeys(): Array[DelegationKey]
    Definition Classes
    AbstractDelegationTokenSecretManager
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getCurrentKeyId(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  20. def getCurrentTokensSize(): Long
    Definition Classes
    AbstractDelegationTokenSecretManager
  21. def getDelegationKey(arg0: Int): DelegationKey
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  22. def getDelegationTokenSeqNum(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  23. def getMetrics(): DelegationTokenSecretManagerMetrics
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  24. def getTokenInfo(arg0: KyuubiDelegationTokenIdentifier): DelegationTokenInformation
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  25. def getTokenTrackingId(arg0: KyuubiDelegationTokenIdentifier): String
    Definition Classes
    AbstractDelegationTokenSecretManager
  26. def getTrackingIdIfEnabled(arg0: KyuubiDelegationTokenIdentifier): String
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  27. def incrementCurrentKeyId(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  28. def incrementDelegationTokenSeqNum(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isRunning(): Boolean
    Definition Classes
    AbstractDelegationTokenSecretManager
  31. val keyUpdateInterval: Long
  32. def logExpireToken(arg0: KyuubiDelegationTokenIdentifier): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def logExpireTokens(arg0: Collection[KyuubiDelegationTokenIdentifier]): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def logUpdateMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def removeStoredMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  39. def removeStoredToken(arg0: KyuubiDelegationTokenIdentifier): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def renewToken(arg0: Token[KyuubiDelegationTokenIdentifier], arg1: String): Long
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  41. def reset(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
  42. def retriableRetrievePassword(arg0: KyuubiDelegationTokenIdentifier): Array[Byte]
    Definition Classes
    SecretManager
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  43. def retrievePassword(arg0: KyuubiDelegationTokenIdentifier): Array[Byte]
    Definition Classes
    AbstractDelegationTokenSecretManager → SecretManager
    Annotations
    @throws( ... )
  44. def rollMasterKey(): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def setCurrentKeyId(arg0: Int): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  46. def setDelegationTokenSeqNum(arg0: Int): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  47. def startThreads(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def stopThreads(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
  49. def storeDelegationKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def storeNewMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  51. def storeNewToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Long): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  52. def storeToken(arg0: KyuubiDelegationTokenIdentifier, arg1: DelegationTokenInformation): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. val tokenMaxLifetime: Long
  55. val tokenRemoverScanInterval: Long
  56. val tokenRenewInterval: Long
  57. def updateDelegationKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def updateStoredToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Long): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  59. def updateToken(arg0: KyuubiDelegationTokenIdentifier, arg1: DelegationTokenInformation): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def verifyToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Array[Byte]): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( ... )
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractDelegationTokenSecretManager[KyuubiDelegationTokenIdentifier]

Inherited from SecretManager[KyuubiDelegationTokenIdentifier]

Inherited from AnyRef

Inherited from Any

Ungrouped