Class ScramCredentialInfo
java.lang.Object
org.apache.kafka.clients.admin.ScramCredentialInfo
Mechanism and iterations for a SASL/SCRAM credential associated with a user.
- See Also:
-
Constructor Details
-
ScramCredentialInfo
- Parameters:
mechanism- the required mechanismiterations- the number of iterations used when creating the credential
-
-
Method Details
-
mechanism
- Returns:
- the mechanism
-
iterations
public int iterations()- Returns:
- the number of iterations used when creating the credential
-
toString
-
equals
-
hashCode
-