All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.sahara.DataSourceCredentials Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.sahara;

import org.openstack4j.model.ModelEntity;

/**
 * Credentials for Data Source
 * 
 * @author [email protected]
 * @author [email protected]
 */
public interface DataSourceCredentials extends ModelEntity {

    /**
     * @return the username
     */
    String getUser();

    /**
     * @return the password
     */
    String getPassword();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy