@InterfaceStability.Evolving public class DescribeDelegationTokenOptions extends AbstractOptions<DescribeDelegationTokenOptions>
Admin.describeDelegationToken(DescribeDelegationTokenOptions)
.
The API of this class is evolving, see Admin
for details.timeoutMs
Constructor and Description |
---|
DescribeDelegationTokenOptions() |
Modifier and Type | Method and Description |
---|---|
List<KafkaPrincipal> |
owners() |
DescribeDelegationTokenOptions |
owners(List<KafkaPrincipal> owners)
if owners is null, all the user owned tokens and tokens where user have Describe permission
will be returned.
|
timeoutMs, timeoutMs
public DescribeDelegationTokenOptions owners(List<KafkaPrincipal> owners)
owners
- public List<KafkaPrincipal> owners()