Package org.apache.kafka.clients.admin
Class DescribeDelegationTokenResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeDelegationTokenResult
The result of the
KafkaAdminClient.describeDelegationToken(DescribeDelegationTokenOptions) call.
The API of this class is evolving, see Admin for details.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.common.KafkaFuture<List<org.apache.kafka.common.security.token.delegation.DelegationToken>> Returns a future which yields list of delegation tokens
-
Method Details
-
delegationTokens
public org.apache.kafka.common.KafkaFuture<List<org.apache.kafka.common.security.token.delegation.DelegationToken>> delegationTokens()Returns a future which yields list of delegation tokens
-