Class AlterUserScramCredentialsResult
java.lang.Object
org.apache.kafka.clients.admin.AlterUserScramCredentialsResult
The result of the
Admin.alterUserScramCredentials(List) call.Constructor Summary
ConstructorsMethod Summary
Constructor Details
AlterUserScramCredentialsResult
- Parameters:
futures- the required map from user names to futures representing the results of the alteration(s) for each user
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.