public enum MQTTConfiguration extends Enum<MQTTConfiguration>
Enum Constant and Description |
---|
LIST_TRANSPORT_MQTT_AUTHORIZATION_PROPERTIES
List of properties that can define how the server will authenticate the user with the authentication service.
|
TRANSPORT_MQTT_AUTHORIZATION_PROPERTIES
This can be used to access a property by giving its key.
|
Modifier and Type | Method and Description |
---|---|
MetaProperties |
get() |
static MQTTConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQTTConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQTTConfiguration LIST_TRANSPORT_MQTT_AUTHORIZATION_PROPERTIES
public static final MQTTConfiguration TRANSPORT_MQTT_AUTHORIZATION_PROPERTIES
public static MQTTConfiguration[] values()
for (MQTTConfiguration c : MQTTConfiguration.values()) System.out.println(c);
public static MQTTConfiguration valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic MetaProperties get()
Copyright © 2017 WSO2. All rights reserved.