Class BasicAuthTenantDetailsServiceJdbc

java.lang.Object
org.apache.fineract.infrastructure.security.service.BasicAuthTenantDetailsServiceJdbc
All Implemented Interfaces:
BasicAuthTenantDetailsService

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

    • BasicAuthTenantDetailsServiceJdbc

      @Autowired public BasicAuthTenantDetailsServiceJdbc(@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 BasicAuthTenantDetailsService