Package org.apache.kafka.clients.admin
Class AlterUserScramCredentialsResult
java.lang.Object
org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
The result of the
Admin.alterUserScramCredentials(List) call.
The API of this class is evolving, see Admin for details.-
Constructor Summary
ConstructorsConstructorDescriptionAlterUserScramCredentialsResult(Map<String, org.apache.kafka.common.KafkaFuture<Void>> futures) -
Method Summary
-
Constructor Details
-
Method Details
-
values
Return a map from user names to futures, which can be used to check the status of the alteration(s) for each user. -
all
Return a future which succeeds only if all the user SCRAM credential alterations succeed.
-