Class KafkaListenerAuthenticationCustom
java.lang.Object
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthentication
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthenticationCustom
- All Implemented Interfaces:
UnknownPropertyPreserving
Configures a listener to use custom authentication.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanisSasl()voidsetListenerConfig(Map<String, Object> config) voidsetSasl(boolean enabled) voidsetSecrets(List<GenericSecretSource> secrets) Methods inherited from class io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthentication
getAdditionalProperties, setAdditionalProperty
-
Field Details
-
FORBIDDEN_PREFIXES
- See Also:
-
TYPE_CUSTOM
- See Also:
-
-
Constructor Details
-
KafkaListenerAuthenticationCustom
public KafkaListenerAuthenticationCustom()
-
-
Method Details
-
getType
- Specified by:
getTypein classKafkaListenerAuthentication
-
isSasl
public boolean isSasl() -
setSasl
public void setSasl(boolean enabled) -
getListenerConfig
-
setListenerConfig
-
getSecrets
-
setSecrets
-