![JAR search and dependency download from the Maven repository](/logo.png)
org.openstack4j.model.sahara.JobBinaryCredentials Maven / Gradle / Ivy
package org.openstack4j.model.sahara;
import org.openstack4j.model.ModelEntity;
/**
* Credentials for JobBinary
*
* @author [email protected]
* @author [email protected]
*/
public interface JobBinaryCredentials extends ModelEntity {
/**
* @return the username
*/
String getUser();
/**
* @return the password
*/
String getPassword();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy