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 booleanequals(Object o)inthashCode()byte[]hmac()StringhmacAsBase64String()TokenInformationtokenInfo()StringtoString()
-
-
-
Constructor Detail
-
DelegationToken
public DelegationToken(TokenInformation tokenInformation, byte[] hmac)
-
-
Method Detail
-
tokenInfo
public TokenInformation tokenInfo()
-
hmac
public byte[] hmac()
-
hmacAsBase64String
public String hmacAsBase64String()
-
-