Class AuthTenantDetailsServiceJdbc

java.lang.Object
org.apache.fineract.infrastructure.security.service.AuthTenantDetailsServiceJdbc
All Implemented Interfaces:
AuthTenantDetailsService

@Service public class AuthTenantDetailsServiceJdbc extends Object implements AuthTenantDetailsService
A JDBC implementation of AuthTenantDetailsService for loading a tenants details by a tenantIdentifier.
  • Constructor Details

    • AuthTenantDetailsServiceJdbc

      @Autowired public AuthTenantDetailsServiceJdbc(@Qualifier("hikariTenantDataSource") DataSource dataSource)
  • Method Details

    • loadTenantById

      @Cacheable("tenantsById") public org.apache.fineract.infrastructure.core.domain.FineractPlatformTenant loadTenantById(String tenantIdentifier, boolean isReport)
      Specified by:
      loadTenantById in interface AuthTenantDetailsService