Class KafkaListenerAuthenticationCustom
- java.lang.Object
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
-
- io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationCustom
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class KafkaListenerAuthenticationCustom extends KafkaListenerAuthentication
Configures a listener to use custom authentication.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORBIDDEN_PREFIXESstatic StringTYPE_CUSTOM
-
Constructor Summary
Constructors Constructor Description KafkaListenerAuthenticationCustom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getListenerConfig()List<GenericSecretSource>getSecrets()StringgetType()booleanisSasl()voidsetListenerConfig(Map<String,Object> config)voidsetSasl(boolean enabled)voidsetSecrets(List<GenericSecretSource> secrets)-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
getAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
FORBIDDEN_PREFIXES
public static final String FORBIDDEN_PREFIXES
- See Also:
- Constant Field Values
-
TYPE_CUSTOM
public static final String TYPE_CUSTOM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein classKafkaListenerAuthentication
-
isSasl
public boolean isSasl()
-
setSasl
public void setSasl(boolean enabled)
-
getSecrets
public List<GenericSecretSource> getSecrets()
-
setSecrets
public void setSecrets(List<GenericSecretSource> secrets)
-
-