Interface EnhancedAuthConnectInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface EnhancedAuthConnectInput extends ClientBasedInput
Input parameter provided to
EnhancedAuthenticator.onConnect(EnhancedAuthConnectInput, EnhancedAuthOutput).
Provides an unmodifiable ConnectPacket and ClientBasedInput.
- Since:
- 4.3.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull ConnectPacketgetConnectPacket()Provides the unmodifiable CONNECT packet sent by the MQTT client that has to be authenticated.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getConnectPacket
Provides the unmodifiable CONNECT packet sent by the MQTT client that has to be authenticated.- Returns:
- The
ConnectPacketsent by the client. - Since:
- 4.3.0, CE 2020.1
-