Class DelegationToken
- java.lang.Object
-
- org.apache.kafka.common.security.token.delegation.DelegationToken
-
-
Constructor Summary
Constructors Constructor Description DelegationToken(TokenInformation tokenInformation, byte[] hmac)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
byte[]
hmac()
String
hmacAsBase64String()
TokenInformation
tokenInfo()
String
toString()
-
-
-
Constructor Detail
-
DelegationToken
public DelegationToken(TokenInformation tokenInformation, byte[] hmac)
-
-
Method Detail
-
tokenInfo
public TokenInformation tokenInfo()
-
hmac
public byte[] hmac()
-
hmacAsBase64String
public String hmacAsBase64String()
-
-