Uses of Class
org.correomqtt.business.model.ConnectionPasswordType
-
Packages that use ConnectionPasswordType Package Description org.correomqtt.business.model org.correomqtt.business.provider -
-
Uses of ConnectionPasswordType in org.correomqtt.business.model
Methods in org.correomqtt.business.model that return ConnectionPasswordType Modifier and Type Method Description static ConnectionPasswordTypeConnectionPasswordType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionPasswordType[]ConnectionPasswordType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionPasswordType in org.correomqtt.business.provider
Methods in org.correomqtt.business.provider with parameters of type ConnectionPasswordType Modifier and Type Method Description StringSecretStoreProvider. getPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type)voidSecretStoreProvider. setPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type, String password)
-