Interface Mqtt5SimpleAuth
Simple authentication and/or authorization related data in an
MQTT 5 Connect message.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Mqtt5SimpleAuthBuilderbuilder()Creates a builder for simple authentication and/or authorization related data.
-
Method Details
-
builder
Creates a builder for simple authentication and/or authorization related data.- Returns:
- the created builder.
-
getUsername
- Returns:
- the optional username.
-
getPassword
- Returns:
- the optional password.
-