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 getTokenInfo(arg0: KyuubiDelegationTokenIdentifier): DelegationTokenInformation
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  24. def getTokenTrackingId(arg0: KyuubiDelegationTokenIdentifier): String
    Definition Classes
    AbstractDelegationTokenSecretManager
  25. def getTrackingIdIfEnabled(arg0: KyuubiDelegationTokenIdentifier): String
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  26. def incrementCurrentKeyId(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  27. def incrementDelegationTokenSeqNum(): Int
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isRunning(): Boolean
    Definition Classes
    AbstractDelegationTokenSecretManager
  30. val keyUpdateInterval: Long
  31. def logExpireToken(arg0: KyuubiDelegationTokenIdentifier): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def logExpireTokens(arg0: Collection[KyuubiDelegationTokenIdentifier]): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def logUpdateMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def removeStoredMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  38. def removeStoredToken(arg0: KyuubiDelegationTokenIdentifier): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def renewToken(arg0: Token[KyuubiDelegationTokenIdentifier], arg1: String): Long
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  40. def reset(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
  41. def retriableRetrievePassword(arg0: KyuubiDelegationTokenIdentifier): Array[Byte]
    Definition Classes
    SecretManager
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  42. def retrievePassword(arg0: KyuubiDelegationTokenIdentifier): Array[Byte]
    Definition Classes
    AbstractDelegationTokenSecretManager → SecretManager
    Annotations
    @throws( ... )
  43. def setCurrentKeyId(arg0: Int): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  44. def setDelegationTokenSeqNum(arg0: Int): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
  45. def startThreads(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def stopThreads(): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
  47. def storeDelegationKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def storeNewMasterKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def storeNewToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Long): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def storeToken(arg0: KyuubiDelegationTokenIdentifier, arg1: DelegationTokenInformation): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. val tokenMaxLifetime: Long
  53. val tokenRemoverScanInterval: Long
  54. val tokenRenewInterval: Long
  55. def updateDelegationKey(arg0: DelegationKey): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def updateStoredToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Long): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def updateToken(arg0: KyuubiDelegationTokenIdentifier, arg1: DelegationTokenInformation): Unit
    Attributes
    protected[delegation]
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def verifyToken(arg0: KyuubiDelegationTokenIdentifier, arg1: Array[Byte]): Unit
    Definition Classes
    AbstractDelegationTokenSecretManager
    Annotations
    @throws( ... )
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. 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