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 TypeMethodDescriptionfindByUserAndToken(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, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOneMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods 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)
-