Interface CustomizedPasswordTokenRepository<D>

All Known Subinterfaces:
JpaPasswordTokenRepository<D>, PasswordTokenRepository<D>
All Known Implementing Classes:
JpaCustomizedPasswordTokenRepository

public interface CustomizedPasswordTokenRepository<D>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<String>
    findIdsByDateCreatedBefore(Instant createdDate, org.springframework.data.domain.Pageable page)
    Finds ids of password tokens that were created before the given date.
  • Method Details

    • findIdsByDateCreatedBefore

      org.springframework.data.domain.Page<String> findIdsByDateCreatedBefore(Instant createdDate, org.springframework.data.domain.Pageable page)
      Finds ids of password tokens that were created before the given date.
      Parameters:
      createdDate - the date to compare to
      page - the page request
      Returns:
      a page of ids