
nl.tno.bim.nmd.config.NmdConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimnmdservice Show documentation
Show all versions of bimnmdservice Show documentation
provides a REST api for retrieving nmd data from various data sources
The newest version!
package nl.tno.bim.nmd.config;
/*
* Interface to avoid devs having to check in the actual connection string and location of the nmd database.
* In order to get the tests working implement this class (Named NmdDatabaseConfigImpl) and make
* sure the implementation is on the git ignore list.
*/
public interface NmdConfig {
/*
* refresh token for authorization to request a new OAuth token
*/
public String getToken();
/*
* Company specific client id for authorization
*/
Integer getClientId();
public String getNmd2DbPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy