Interface SimpleAuthInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface SimpleAuthInput extends ClientBasedInput
Input parameter provided to
SimpleAuthenticator.onConnect(SimpleAuthInput, SimpleAuthOutput).
Provides an unmodifiable ConnectPacket and ClientBasedInput.
- Since:
- 4.0.0, CE 2019.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.0.0, CE 2019.1
-