Class KafkaClientAuthenticationScramSha512
- java.lang.Object
-
- io.strimzi.api.kafka.model.authentication.KafkaClientAuthentication
-
- io.strimzi.api.kafka.model.authentication.KafkaClientAuthenticationScramSha512
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class KafkaClientAuthenticationScramSha512 extends KafkaClientAuthentication
Configures the Kafka client authentication usign SASL SCRAM_SHA_512 in client based components- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_SCRAM_SHA_512
-
Constructor Summary
Constructors Constructor Description KafkaClientAuthenticationScramSha512()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordSecretSourcegetPasswordSecret()StringgetType()StringgetUsername()voidsetPasswordSecret(PasswordSecretSource passwordSecret)voidsetUsername(String username)-
Methods inherited from class io.strimzi.api.kafka.model.authentication.KafkaClientAuthentication
getAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
TYPE_SCRAM_SHA_512
public static final String TYPE_SCRAM_SHA_512
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classKafkaClientAuthentication
-
getPasswordSecret
public PasswordSecretSource getPasswordSecret()
-
setPasswordSecret
public void setPasswordSecret(PasswordSecretSource passwordSecret)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
-