Interface TFAccessTokenRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TFAccessToken,Long>, org.springframework.data.jpa.repository.JpaRepository<TFAccessToken,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<TFAccessToken>, org.springframework.data.repository.ListCrudRepository<TFAccessToken,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<TFAccessToken,Long>, org.springframework.data.repository.PagingAndSortingRepository<TFAccessToken,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<TFAccessToken>, org.springframework.data.repository.Repository<TFAccessToken,Long>

@ConditionalOnProperty("fineract.security.2fa.enabled") public interface TFAccessTokenRepository extends org.springframework.data.jpa.repository.JpaRepository<TFAccessToken,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<TFAccessToken>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByUserAndToken(org.apache.fineract.useradministration.domain.AppUser user, String token)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, delete, exists, findAll, findAll, findAll, findBy, findOne

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • Method Details

    • findByUserAndToken

      TFAccessToken findByUserAndToken(org.apache.fineract.useradministration.domain.AppUser user, String token)