Package io.quarkus.kafka.streams.runtime
Class SaslConfig
java.lang.Object
io.quarkus.kafka.streams.runtime.SaslConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully qualified name of a SASL client callback handler classJAAS login context parameters for SASL connections in the format used by JAAS configuration filesKerberos kinit command pathPercentage of random jitter added to the renewal timeThe Kerberos principal name that Kafka runs asPercentage of random jitter added to the renewal timeLogin thread will sleep until the specified window factor of time from last refreshThe fully qualified name of a SASL login callback handler classThe fully qualified name of a class that implements the Login interfaceThe amount of buffer duration before credential expiration to maintain when refreshing a credentialThe desired minimum duration for the login refresh thread to wait before refreshing a credentialLogin refresh thread will sleep until the specified window factor relative to the credential's lifetime has been reached-The maximum amount of random jitter relative to the credential's lifetimeSASL mechanism used for client connections -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mechanism
SASL mechanism used for client connections -
jaasConfig
JAAS login context parameters for SASL connections in the format used by JAAS configuration files -
clientCallbackHandlerClass
The fully qualified name of a SASL client callback handler class -
loginCallbackHandlerClass
The fully qualified name of a SASL login callback handler class -
loginClass
The fully qualified name of a class that implements the Login interface -
kerberosServiceName
The Kerberos principal name that Kafka runs as -
kerberosKinitCmd
Kerberos kinit command path -
kerberosTicketRenewWindowFactor
Login thread will sleep until the specified window factor of time from last refresh -
kerberosTicketRenewJitter
Percentage of random jitter added to the renewal time -
kerberosMinTimeBeforeRelogin
Percentage of random jitter added to the renewal time -
loginRefreshWindowFactor
Login refresh thread will sleep until the specified window factor relative to the credential's lifetime has been reached- -
loginRefreshWindowJitter
The maximum amount of random jitter relative to the credential's lifetime -
loginRefreshMinPeriod
The desired minimum duration for the login refresh thread to wait before refreshing a credential -
loginRefreshBuffer
The amount of buffer duration before credential expiration to maintain when refreshing a credential
-
-
Constructor Details
-
SaslConfig
public SaslConfig()
-