Class ScramExtensionsCallback
- java.lang.Object
-
- org.apache.kafka.common.security.scram.ScramExtensionsCallback
-
-
Constructor Summary
Constructors Constructor Description ScramExtensionsCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
extensions()
Returns map of the extension names and values that are sent by the client to the server in the initial client SCRAM authentication message.void
extensions(Map<String,String> extensions)
Sets the SCRAM extensions on this callback.
-