Class KafkaListenerAuthenticationScramSha512
- java.lang.Object
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationScramSha512
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class KafkaListenerAuthenticationScramSha512 extends KafkaListenerAuthentication
Configures a listener to use SASL SCRAM-SHA-512 for authentication.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCRAM_SHA_512
-
Constructor Summary
Constructors Constructor Description KafkaListenerAuthenticationScramSha512()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
getAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
SCRAM_SHA_512
public static final String SCRAM_SHA_512
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classKafkaListenerAuthentication
-
-