Uses of Class
org.correomqtt.business.model.Auth
| Package | Description |
|---|---|
| org.correomqtt.business.model | |
| org.correomqtt.gui.model |
-
Uses of Auth in org.correomqtt.business.model
Methods in org.correomqtt.business.model that return Auth Modifier and Type Method Description static AuthAuth. fromJsonValue(String value)static AuthAuth. valueOf(String name)Returns the enum constant of this type with the specified name.static Auth[]Auth. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Auth in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return Auth Modifier and Type Method Description AuthConnectionPropertiesDTO. getAuth()Methods in org.correomqtt.gui.model with parameters of type Auth Modifier and Type Method Description ConnectionPropertiesDTO.ConnectionPropertiesDTOBuilderConnectionPropertiesDTO.ConnectionPropertiesDTOBuilder. auth(Auth auth)