org.vfdtech.interfaces.ICoreBankingProps Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utilities-and-generic-tools Show documentation
Show all versions of utilities-and-generic-tools Show documentation
A utilities service with generic tools implementation. Can be
plugged into your java project. This is designed for Java 1.8
package org.vfdtech.interfaces;
public interface ICoreBankingProps {
String getFineractPlatformTenantId();
String getConcatenatedBasicAuthCredentials();
String getCbaUrl();
default String getLookupUrl(){
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy