package fi.koku.services.utility.userinfo.impl;
/**
* Constants for userInfo service. Please note that these match with UserInfoServiceConstants in userinfoservice-api package.
*
* @author hanhian
*/
public interface UserInfoServiceConstants {
final public static String USER_INFO_SERVICE_DOMAIN_CUSTOMER = "user_info_service_domain_customer";
final public static String USER_INFO_SERVICE_DOMAIN_OFFICER = "user_info_service_domain_officer";
}