Interface EnhancedAuthConnectInput
-
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface EnhancedAuthConnectInput extends ClientBasedInput
Input parameter provided toEnhancedAuthenticator.onConnect(EnhancedAuthConnectInput, EnhancedAuthOutput).Provides an unmodifiable
ConnectPacketandClientBasedInput.- Since:
- 4.3.0, CE 2020.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getConnectPacket
@Immutable @NotNull @Immutable @NotNull ConnectPacket 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
-
-