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 booleanequals(Object o)inthashCode()byte[]hmac()StringhmacAsBase64String()TokenInformationtokenInfo()StringtoString()