Enum Class ScramMechanism

java.lang.Object
java.lang.Enum<ScramMechanism>
org.apache.kafka.clients.admin.ScramMechanism
All Implemented Interfaces:
Serializable, Comparable<ScramMechanism>, Constable

public enum ScramMechanism extends Enum<ScramMechanism>
Representation of a SASL/SCRAM Mechanism.
See Also:
  • KIP-554: Add Broker-side SCRAM Config API This code is duplicated in org.apache.kafka.common.security.scram.internals.ScramMechanism. The type field in both files must match and must not change. The type field is used both for passing ScramCredentialUpsertion and for the internal UserScramCredentialRecord. Do not change the type field.