Package org.apache.kafka.clients.admin
Class ScramCredentialInfo
java.lang.Object
org.apache.kafka.clients.admin.ScramCredentialInfo
Mechanism and iterations for a SASL/SCRAM credential associated with a user.
- 
Constructor Details
- 
ScramCredentialInfo
- Parameters:
 mechanism- the required mechanismiterations- the number of iterations used when creating the credential
 
 - 
 - 
Method Details