Class DelegationToken
java.lang.Object
org.apache.kafka.common.security.token.delegation.DelegationToken
@Evolving public class DelegationToken extends Object
A class representing a delegation token.
-
Constructor Summary
Constructors Constructor Description DelegationToken(TokenInformation tokenInformation, byte[] hmac)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
byte[]
hmac()
String
hmacAsBase64String()
TokenInformation
tokenInfo()
String
toString()